Jesse Thilo
|
4a120d45e6
|
More explicit use of "const", "extern", and "static", particularly to
limit the scope of many local variables and functions.
|
2000-07-04 03:29:02 +00:00 |
|
Akim Demaille
|
3628146521
|
s/return (foo)/return foo/
|
2000-03-31 14:27:06 +00:00 |
|
Akim Demaille
|
a0f6b07611
|
Clean the error reporting functions.
* src/report.c: New file.
* src/report.h: Likewise.
* src/Makefile.am: Adjust.
* m4/error.m4: New file.
* m4/Makefile.am: Adjust.
* configure.in (jm_PREREQ_ERROR): Call it.
* src/main.c (int_to_string, banner, fatal_banner, warn_banner):
Remove.
(fatal, fatals): Remove. All callers use complain.c::fatal.
(warn, warni, warns, warnss, warnss): Remove. All callers use
complain.c::complain.
(toomany): Remove, use fatal instead.
* src/files.c (done): No argument, use complain_message_count.
* src/main.c (main): Register `done' to `atexit'.
* src/getargs.c (usage): More `fputs', less `fprintf'.
|
2000-03-31 13:54:30 +00:00 |
|
Akim Demaille
|
9ee3c97bce
|
* src/output.c (output_rule_data): Output the documentation of
some of the tables.
(Copyright notice): Update.
Formatting changes.
|
2000-03-17 10:48:28 +00:00 |
|
Jesse Thilo
|
2686a6e713
|
Hush a few compiler warnings.
|
1999-01-20 22:55:06 +00:00 |
|
Jesse Thilo
|
c49a8e71ce
|
Update FSF address.
|
1999-01-14 14:58:38 +00:00 |
|
Jesse Thilo
|
d2729d44ab
|
Use prototypes if the compiler understands them.
|
1998-12-30 05:27:11 +00:00 |
|
Richard M. Stallman
|
7612000cb0
|
new.h renamed to alloc.h.
|
1997-06-18 06:40:45 +00:00 |
|
Richard M. Stallman
|
a083fbbf22
|
Insert `_' macro around many string constants.
|
1996-06-01 22:10:15 +00:00 |
|
Richard M. Stallman
|
ba2e357c0d
|
(output_rule_data): Test YYERROR_VERBOSE in the conditional
around the definition of ttyname.
|
1996-01-27 08:26:26 +00:00 |
|
Richard M. Stallman
|
e372befafa
|
(output_headers, output_trailers, output, output_gram)
(output_rule_data): Implement noparserflag variable.
Implement toknumflag variable.
(output): Call reader_output_yylsp to output LTYPESTR.
|
1995-10-15 20:10:00 +00:00 |
|
Richard M. Stallman
|
c3e2364794
|
entered into RCS
|
1993-03-25 02:45:46 +00:00 |
|