aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/yacc/defs.h
Commit message (Collapse)AuthorAgeFilesLines
* Use the constants from <limits.h> for the sizes of integral C typesRobert Drehmel2002-06-111-6/+0
| | | | | | | rather than defining them ourselves. Notes: svn path=/head/; revision=98116
* remove __PWarner Losh2002-03-221-51/+50
| | | | Notes: svn path=/head/; revision=92922
* WARNS=2 and s/register//.Mark Murray2001-12-011-11/+11
| | | | | | | | Set NO_WERROR=true because there are some flex(1) issues that need to be dealt with. Notes: svn path=/head/; revision=87171
* ConstifyKris Kennaway2000-11-261-1/+0
| | | | Notes: svn path=/head/; revision=69204
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add support for Bison's "%expect <int>" directive.David E. O'Brien1999-07-291-1/+3
| | | | | | | | | | I originally coded this myself, and now I realize {Net,Open}BSD had already coded this. I have tossed my version to reduce diffs between the projects. Obtained from: OpenBSD 2.5 Notes: svn path=/head/; revision=49208
* Use err(3). Rewrote man page in mdoc format. The user visible change is thatPhilippe Charnier1997-08-281-1/+2
| | | | | | | | report of s/r and r/r conflicts is now printed in two separate lines beginning by `yacc: '. Notes: svn path=/head/; revision=28856
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add RCS id's since these files have left the default branch.Steve Price1997-01-121-0/+1
| | | | Notes: svn path=/head/; revision=21623
* This doesn't change any functionality, it simple makes yacc(1)Steve Price1997-01-121-17/+51
| | | | | | | compile -Wall clean. Notes: svn path=/head/; revision=21622
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+327
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590