The unified diff between revisions [9a6e8df1..] and [891173fb..] 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 [891173fb957443aa4b4a92446e8e30e67c4d08fd] # # 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;