summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKathy Gray2016-03-16 15:32:07 +0000
committerKathy Gray2016-03-16 15:32:07 +0000
commitfb515f43b16aed2d686d9b5e5ec7880d83914dd9 (patch)
tree8db26a59a09dbb9668c0d01564718a096c1b577d /src
parent6cd84c62503ab509a347ddd04cd96f234a197d45 (diff)
Mistake in pre lexer fixed
Diffstat (limited to 'src')
-rw-r--r--src/pre_parser.mly2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pre_parser.mly b/src/pre_parser.mly
index 0b2c916f..85a6bf25 100644
--- a/src/pre_parser.mly
+++ b/src/pre_parser.mly
@@ -63,7 +63,7 @@ let r = fun x -> x (* Ulib.Text.of_latin1 *)
id_found:
| Typedef Id
{ $2 }
- | Def Id Id
+ | Def Other Id
{ $3 }
skip: