mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-19 19:36:26 +01:00
* fixed compilation of the JVM compiler after the previous commit
This commit is contained in:
parent
ccc3decde3
commit
41483b2691
@ -182,7 +182,7 @@ implementation
|
||||
arrstringdata.arraybase:=basenode.getcopy;
|
||||
old_parsingordarray:=parsingordarray;
|
||||
parsingordarray:=true;
|
||||
if (token=_LKLAMMER) or
|
||||
if (current_scanner.token=_LKLAMMER) or
|
||||
not is_char(def.elementdef) then
|
||||
inherited
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user