We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170d08a commit c2f54a9Copy full SHA for c2f54a9
src/compiler/lex.bas
@@ -1850,8 +1850,7 @@ read_char:
1850
t->class = FB_TKCLASS_OPERATOR
1851
'' only check for multiline comment if not inside
1852
'' a single line comment already (thanks to VonGodric for help)
1853
- if( (flags and LEXCHECK_NOMULTILINECOMMENT) = 0 or _
1854
- fbLangIsSet( FB_LANG_FB ) = FALSE ) then
+ if( (flags and LEXCHECK_NOMULTILINECOMMENT) = 0 ) then
1855
'' "/'"?
1856
if( lexCurrentChar( ) = CHAR_APOST ) then
1857
'' multi-line comment..
0 commit comments