nofollow'/>
summaryrefslogtreecommitdiff
path: root/usr.bin/yacc/skeleton.c
AgeCommit message (Expand)Author
2011-09-05Moved to src/external/bsd/byacc.joerg
2008-07-18thanks David, but the initialisation might not work, dependent ondrochner
2008-07-18groff puts this code through g++ which is rather happier if we givedsl
2008-07-17fix a longstanding bug, from Otto Moerbeck:drochner
2006-05-24- ansi prototypeschristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-05Make yacc emit plain ANSI C prototypes instead of __P() wrapped ones.kristerw
2002-01-31In the generated C file, don't assume that <sys/cdefs.h> exists. Instead,tv
2002-01-30Use __P((void)) for the function *definitions* of yygrowstack() and yyparse()tv
2001-02-04move yyparse prototype higher up, so that it is available to embedded cchristos
2001-01-23Make the generated parse tables const, so that the data are pushedjdolecek
2001-01-23make data arrays in skeleton.c constjdolecek
2000-06-07Useexplorer