diff options
Diffstat (limited to 'src/systime.h')
-rw-r--r-- | src/systime.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/systime.h b/src/systime.h index 778e555c979..d05b5a7de9a 100644 --- a/src/systime.h +++ b/src/systime.h @@ -172,6 +172,3 @@ extern int set_file_times __P ((const char *, EMACS_TIME, EMACS_TIME)); #define EMACS_TIME_LE(T1, T2) (EMACS_TIME_CMP (T1, T2) <= 0) #endif /* EMACS_SYSTIME_H */ - -/* arch-tag: dcb79915-cf99-4bce-9778-aade71d07651 - (do not change this comment) */ |