Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cbc61077
Commit
cbc61077
authored
Aug 11, 1993
by
Richard M. Stallman
Browse files
(TRUE, FALSE): Don't define if already defined.
parent
f8f5a057
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lib-src/b2m.c
lib-src/b2m.c
+4
-0
No files found.
lib-src/b2m.c
View file @
cbc61077
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment