summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-09-20 14:33:53 +0000
committerbringert <bringert@cs.chalmers.se>2007-09-20 14:33:53 +0000
commit5f5d4b2cbe04a3b17ec4bb6c67795f442337c762 (patch)
treed5d701cf4d95b7f46e9840ef10d14be0354dfa5b /src
parent8eadf828a957a8545f616387adace3d6d778cf00 (diff)
BNFC doesn't have an Int type.
Diffstat (limited to 'src')
-rw-r--r--src/GF/Canon/GFCC/GFCC.cf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GF/Canon/GFCC/GFCC.cf b/src/GF/Canon/GFCC/GFCC.cf
index 5c8020905..5e302e91f 100644
--- a/src/GF/Canon/GFCC/GFCC.cf
+++ b/src/GF/Canon/GFCC/GFCC.cf
@@ -23,8 +23,8 @@ P. Term ::= "(" Term "!" Term ")" ; -- projection/selection
S. Term ::= "(" [Term] ")" ; -- sequence with ++
KS. Term ::= String ; -- token
KP. Term ::= "[" "pre" [String] "[" [Variant] "]" "]" ;
-V. Term ::= "$" Int ; -- argument
-C. Term ::= Int ; -- parameter value/label
+V. Term ::= "$" Integer ; -- argument
+C. Term ::= Integer ; -- parameter value/label
F. Term ::= CId ; -- global constant
FV. Term ::= "[|" [Term] "|]" ; -- free variation
W. Term ::= "(" String "+" [String] ")" ; -- prefix + suffix table