summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2001-05-03 19:05:23 +0000
committerWill Estes <wlestes@users.sourceforge.net>2001-05-03 19:05:23 +0000
commit10b5b811d5d382f63fef627e5c8e3eca04183502 (patch)
tree66f926f1c7b478a4aeb620b10c1a73b7860e56f4 /parse.y
parent0aaabc040bd629ca0bdfdedd40eaa9ce646623bd (diff)
remove extraneous rcs keywords
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y3
1 files changed, 0 insertions, 3 deletions
diff --git a/parse.y b/parse.y
index 650397b..460cd35 100644
--- a/parse.y
+++ b/parse.y
@@ -33,9 +33,6 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header$ */
-
-
/* Some versions of bison are broken in that they use alloca() but don't
* declare it properly. The following is the patented (just kidding!)
* #ifdef chud to fix the problem, courtesy of Francois Pinard.