1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

(TRUE, FALSE): Don't define if already defined.

This commit is contained in:
Richard M. Stallman 1993-08-11 20:55:04 +00:00
parent f8f5a0575b
commit cbc61077f3

View file

@ -30,8 +30,12 @@
/* BSD's strings.h does not declare the type of strtok. */
extern char *strtok ();
#ifndef TRUE
#define TRUE (1)
#endif
#ifndef FALSE
#define FALSE (0)
#endif
int header = FALSE, printing;
time_t ltoday;