diff options
| author | Richard M. Stallman | 1994-03-05 21:49:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-05 21:49:26 +0000 |
| commit | 902a54b2c7d8955db10b7a55d3fab94f0c4a1b90 (patch) | |
| tree | 6167bb660765ed8dba076c8641d4e8032d938d4d /lib-src | |
| parent | 1518a9eb45c4edd7e7c445f358a243222dcc18e8 (diff) | |
| download | emacs-902a54b2c7d8955db10b7a55d3fab94f0c4a1b90.tar.gz emacs-902a54b2c7d8955db10b7a55d3fab94f0c4a1b90.zip | |
(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.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib-src/b2m.c b/lib-src/b2m.c index f05a0e8f678..dc0d81b6a93 100644 --- a/lib-src/b2m.c +++ b/lib-src/b2m.c | |||
| @@ -22,11 +22,7 @@ | |||
| 22 | #include <fcntl.h> | 22 | #include <fcntl.h> |
| 23 | #endif | 23 | #endif |
| 24 | 24 | ||
| 25 | #include "../src/config.h" | 25 | #include <../src/config.h> |
| 26 | |||
| 27 | #ifdef __STDC__ | ||
| 28 | #include <stdlib.h> | ||
| 29 | #endif | ||
| 30 | 26 | ||
| 31 | #ifdef USG | 27 | #ifdef USG |
| 32 | #include <string.h> | 28 | #include <string.h> |