mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
(TRUE, FALSE): Don't define if already defined.
This commit is contained in:
parent
f8f5a0575b
commit
cbc61077f3
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue