aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-03-05 21:49:26 +0000
committerRichard M. Stallman <[email protected]>1994-03-05 21:49:26 +0000
commit902a54b2c7d8955db10b7a55d3fab94f0c4a1b90 (patch)
tree6167bb660765ed8dba076c8641d4e8032d938d4d /lib-src
parent1518a9eb45c4edd7e7c445f358a243222dcc18e8 (diff)
(main): Change delimiter from "^L" to "^_^L".
Allow for text following "BABYL OPTIONS:". Add --help option. Use argv[0] in error messages.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/b2m.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib-src/b2m.c b/lib-src/b2m.c
index f05a0e8f67..dc0d81b6a9 100644
--- a/lib-src/b2m.c
+++ b/lib-src/b2m.c
@@ -22,11 +22,7 @@
#include <fcntl.h>
#endif
-#include "../src/config.h"
-
-#ifdef __STDC__
-#include <stdlib.h>
-#endif
+#include <../src/config.h>
#ifdef USG
#include <string.h>