mirror of
https://git.code.sf.net/p/newrpl/sources
synced 2024-11-16 19:51:25 +01:00
Fixed bug - local variable names remain unquoted
This commit is contained in:
parent
987b77d831
commit
32887f6fe6
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ void LIB_HANDLER()
|
|||
}
|
||||
}
|
||||
|
||||
if(CurrentConstruct==CMD_NEWLOCALENV) {
|
||||
if(LIBNUM(CurrentConstruct)==LIBNUM(CMD_NEWLOCALENV)) {
|
||||
// INSIDE THIS CONSTRUCT WE NEED TO QUOTE ALL
|
||||
// IDENTS
|
||||
|
||||
|
|
Loading…
Reference in a new issue