]> git.eshelyaron.com Git - emacs.git/commitdiff
(EMACS_SYSTIME_H): Renamed from _SYSTIME_H.
authorDave Love <fx@gnu.org>
Sun, 11 Jun 2000 17:37:16 +0000 (17:37 +0000)
committerDave Love <fx@gnu.org>
Sun, 11 Jun 2000 17:37:16 +0000 (17:37 +0000)
src/ChangeLog
src/systime.h

index 81ac1c418cbc7e53c2bef2ad6a760924384d592d..24705e7247a2ebe50a5365d7bc01b2abc167b94a 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-11  Dave Love  <fx@gnu.org>
+
+       * systime.h (EMACS_SYSTIME_H): Renamed from _SYSTIME_H.
+
 2000-06-11  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * msdos.h: Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.
index 2f9ace521e2ea7dae3a5acee6a08d1f6076fd2c0..59fc8a9628ad0664d40d755ef9d1513e6d32274e 100644 (file)
@@ -18,8 +18,8 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 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 @@ extern int set_file_times ();
 #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 */