Skip to content

Commit 9e05939

Browse files
committed
lex multiline comments in -lang qb|deprecated|fblite same as in -lang fb
- -lang qb|deprecated|fblite should not be looking for "/'" multiline comment starters in single line comments
1 parent 945df0e commit 9e05939

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Version 1.06.0
88
- boolean: don't allow NEG unary op '-' on boolean data types
99
- All fb RTL functions are checked for CONSTness, CONST qualifiers added to fb rtlib built-in prototypes (sf.net #727)
1010
- WSTRING can be a return type, but only for prototypes (DECLARE) and function pointers, this allows getting PROCPTR() of all fb built-in run time functions
11+
- multiline comments are parsed in -lang fblite|qb|deprecated as in -lang fb for consistency
1112

1213
[added]
1314
- Name mangling of Long parameters on Win64 are mangled to C++ int by default and to C++ long with a modifier in the form 'as [u]long alias "long"'. The data type size is still 32bit but allows calling external C++ library expecting a C++ long.

0 commit comments

Comments
 (0)