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