comparison src/systime.h @ 112278:ef719132ddfa

Nuke arch-tags.
author Glenn Morris <rgm@gnu.org>
date Sat, 15 Jan 2011 15:16:57 -0800
parents 417b1e4d63cd
children
comparison
equal deleted inserted replaced
112277:ef4120c8640c 112278:ef719132ddfa
172 #define EMACS_TIME_LT(T1, T2) (EMACS_TIME_CMP (T1, T2) < 0) 172 #define EMACS_TIME_LT(T1, T2) (EMACS_TIME_CMP (T1, T2) < 0)
173 #define EMACS_TIME_LE(T1, T2) (EMACS_TIME_CMP (T1, T2) <= 0) 173 #define EMACS_TIME_LE(T1, T2) (EMACS_TIME_CMP (T1, T2) <= 0)
174 174
175 #endif /* EMACS_SYSTIME_H */ 175 #endif /* EMACS_SYSTIME_H */
176 176
177 /* arch-tag: dcb79915-cf99-4bce-9778-aade71d07651
178 (do not change this comment) */