summaryrefslogtreecommitdiff
path: root/usr.bin/yacc/skeleton.c
AgeCommit message (Expand)Author
2000-01-27er, oops, types must be same for multiple assignmentTheo de Raadt
2000-01-26if yygrowstack() fails to allocate memory, free all yacc memory allocations a...Theo de Raadt
1998-11-18revert last change for K\&R C compilers without constdm
1998-11-18drop the __attribute__ stuf in favor of a simple constdm
1998-11-17add __attribute__ ((unused)) to the yyrcsid under GCC 2dm
1998-09-08Don't assume realloc() can take NULL as first arg. Yacc needs to generate po...Todd C. Miller
1998-04-25remove const, so it works on !ansi compilerMichael Shalayeff
1997-01-03YYRECOVERING(), not YYRECOVERING. Approved by Robert CorbettThorsten Lockert
1996-12-27Remove some GCC warnings in generated output; from Steve Price via FreeBSDThorsten Lockert
1996-07-28silence gcc in super-pedantic mode; based on freebsd pr#1427Theo de Raadt
1996-05-20Use prototypes if 'defined(__cplusplus) || __STDC__'Thorsten Lockert
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1995-12-22Imported from Cygnus byacc: Define YYEMPTY and YYLEX, because GCC uses them.Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt