summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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: