The unified diff between revisions [9a6e8df1..] and [81f2a8bb..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'src/lsc/lexer.l'
# # old_revision [9a6e8df1d6b102f467702e274d53d90f9151e2c8] # new_revision [81f2a8bbe94638a22f5651ee07112ceabd50285c] # # patch "src/lsc/lexer.l" # from [88be4de3325822fc6a95e81cc8c615a6c70078bf] # to [abb8ad18ba69e18853d003ba9da3ab968f58d165] # ============================================================ --- src/lsc/lexer.l 88be4de3325822fc6a95e81cc8c615a6c70078bf +++ src/lsc/lexer.l abb8ad18ba69e18853d003ba9da3ab968f58d165 @@ -86,6 +86,7 @@ fndefint return TOKFNDEFINT; function return TOKFUNCTION; fndefint return TOKFNDEFINT; +fndefint_v return TOKFNDEFINT_V; fndefext return TOKFNDEFEXT; constant return TOKCONSTANT; while return TOKWHILE;