aboutsummaryrefslogtreecommitdiff
path: root/gensym.awk
Commit message (Collapse)AuthorAgeFilesLines
* Define prototype for bogus in gensym.awkFlavio Cruz2023-02-151-0/+1
| | | | | Otherwise gcc will complain that bogus does not have a prototype. Message-Id: <Y+x94PG9qeCnZEpc@jupiter.tail36e24.ts.net>
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-211-1/+1
| | | | | | | Most of the changes include defining and using proper function type declarations (with argument types declared) and avoiding using the K&R style of function declarations. Message-Id: <Y6Jazsuis1QA0lXI@mars>
* 2002-04-19 Roland McGrath <roland@frob.com>Roland McGrath2002-04-191-4/+3
| | | | | * gensym.awk: Emit \n\ at the end of lines inside strings. * Makefile.in (%.symc: %.sym): Depend on gensym.awk.
* Initial sourceThomas Bushnell1997-02-251-0/+78