summaryrefslogtreecommitdiff
path: root/usr.bin/pcc/cpp/cpy.y
diff options
context:
space:
mode:
authorAnders Magnusson <ragge@cvs.openbsd.org>2008-08-17 18:40:14 +0000
committerAnders Magnusson <ragge@cvs.openbsd.org>2008-08-17 18:40:14 +0000
commit5d1db54719c2465f76c6e5ded951bcd7fabeac5e (patch)
tree58dc770095d9b19c26c3aeb6e62b133ed2e0c744 /usr.bin/pcc/cpp/cpy.y
parent7c398eb4b48e74579c900aa088978ef883dcacc6 (diff)
Updates from master repo. Can now compile both userland and kernel.
(with some patches...)
Diffstat (limited to 'usr.bin/pcc/cpp/cpy.y')
-rw-r--r--usr.bin/pcc/cpp/cpy.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pcc/cpp/cpy.y b/usr.bin/pcc/cpp/cpy.y
index c4ff14092f4..a49a9c8ab3f 100644
--- a/usr.bin/pcc/cpp/cpy.y
+++ b/usr.bin/pcc/cpp/cpy.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpy.y,v 1.4 2007/10/21 18:58:02 otto Exp $ */
+/* $OpenBSD: cpy.y,v 1.5 2008/08/17 18:40:13 ragge Exp $ */
/*
* Copyright (c) 2004 Anders Magnusson (ragge@ludd.luth.se).
@@ -87,7 +87,7 @@ int setd(int l, int r);
/*
* The following terminals are not used in the yacc code.
*/
-%term STRING FPOINT WSPACE VA_ARGS CONCAT MKSTR ELLIPS
+%term STRING FPOINT WSPACE VA_ARGS CONCAT MKSTR ELLIPS CMNT
%left ','
%right '?' ':'