diff options
Diffstat (limited to 'nim/transtmp.pas')
-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 cfec21c98..77ba157f3 100644 --- a/nim/transtmp.pas +++ b/nim/transtmp.pas @@ -140,7 +140,7 @@ begin addSon(father, newAsgnStmt(dest, src)); end end; - nkCall: begin + nkCall, nkCommand: begin end; |