changeset 6214:512963eb02fe

(main): Change delimiter from "^L" to "^_^L". Allow for text following "BABYL OPTIONS:". Add --help option. Use argv[0] in error messages.
author Richard M. Stallman <rms@gnu.org>
date Sat, 05 Mar 1994 21:49:26 +0000
parents 7eefa1bd1478
children 226d490216f7
files lib-src/b2m.c
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/b2m.c	Sat Mar 05 21:42:57 1994 +0000
+++ b/lib-src/b2m.c	Sat Mar 05 21:49:26 1994 +0000
@@ -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>