]> git.eshelyaron.com Git - emacs.git/commitdiff
(TRUE, FALSE): Don't define if already defined.
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Aug 1993 20:55:04 +0000 (20:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Aug 1993 20:55:04 +0000 (20:55 +0000)
lib-src/b2m.c

index a6a9022f46287d90870276572a0c465ee99f4560..8fffbf0fd25f41f1ade7f8b520c4adcc02526403 100644 (file)
 /* 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;