Mercurial > emacs
changeset 29559:80c2703cecd1
(EMACS_SYSTIME_H): Renamed from _SYSTIME_H.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 11 Jun 2000 17:36:25 +0000 |
parents | 5ce16130658d |
children | ba2f35b91d3e |
files | src/systime.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/systime.h Sun Jun 11 12:21:13 2000 +0000 +++ b/src/systime.h Sun Jun 11 17:36:25 2000 +0000 @@ -18,8 +18,8 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _SYSTIME_H -#define _SYSTIME_H +#ifndef EMACS_SYSTIME_H +#define EMACS_SYSTIME_H #ifdef TIME_WITH_SYS_TIME #include <sys/time.h> @@ -166,4 +166,4 @@ #define EMACS_TIME_LT(T1, T2) (EMACS_TIME_CMP (T1, T2) < 0) #define EMACS_TIME_LE(T1, T2) (EMACS_TIME_CMP (T1, T2) <= 0) -#endif /* _SYSTIME_H */ +#endif /* EMACS_SYSTIME_H */