diff options
Diffstat (limited to 'nim/transtmp.pas')
-rwxr-xr-x[-rw-r--r--] | nim/transtmp.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/transtmp.pas b/nim/transtmp.pas index 77ba157f3..15a07f5a2 100644..100755 --- a/nim/transtmp.pas +++ b/nim/transtmp.pas @@ -140,7 +140,7 @@ begin addSon(father, newAsgnStmt(dest, src)); end end; - nkCall, nkCommand: begin + nkCall, nkCommand, nkCallStrLit: begin end; |