aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/yacc/verbose.c
Commit message (Collapse)AuthorAgeFilesLines
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.Ruslan Ermilov2002-04-091-2/+0
| | | | Notes: svn path=/head/; revision=94276
* Minor reordering of declarations to reduce diffs to OpenBSD/NetBSD.David E. O'Brien2002-04-041-2/+2
| | | | Notes: svn path=/head/; revision=93834
* remove __PWarner Losh2002-03-221-10/+10
| | | | Notes: svn path=/head/; revision=92922
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
| | | | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. Notes: svn path=/head/; revision=87628
* Only use __FBSDID if it is defined. This fixes the 4.4-release (butWarner Losh2001-12-081-0/+2
| | | | | | | | | not stable) -> current upgrade path. Reviewed by: markm Notes: svn path=/head/; revision=87517
* Use __FBSDID().Mark Murray2001-12-021-3/+5
| | | | Notes: svn path=/head/; revision=87234
* WARNS=2 and s/register//.Mark Murray2001-12-011-36/+36
| | | | | | | | Set NO_WERROR=true because there are some flex(1) issues that need to be dealt with. Notes: svn path=/head/; revision=87171
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* 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/+2
| | | | Notes: svn path=/head/; revision=21623
* This doesn't change any functionality, it simple makes yacc(1)Steve Price1997-01-121-2/+25
| | | | | | | compile -Wall clean. Notes: svn path=/head/; revision=21622
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+366
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590