summaryrefslogtreecommitdiff
path: root/gensym.awk
AgeCommit message (Collapse)Author
2023-02-15Define prototype for bogus in gensym.awkFlavio Cruz
Otherwise gcc will complain that bogus does not have a prototype. Message-Id: <Y+x94PG9qeCnZEpc@jupiter.tail36e24.ts.net>
2022-12-21Use -Wstrict-prototypes and fix warningsFlavio Cruz
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-192002-04-19 Roland McGrath <roland@frob.com>Roland McGrath
* gensym.awk: Emit \n\ at the end of lines inside strings. * Makefile.in (%.symc: %.sym): Depend on gensym.awk.
1997-02-25Initial sourceThomas Bushnell