diff options
Diffstat (limited to 'compiler/cgendata.nim')
-rw-r--r-- | compiler/cgendata.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/cgendata.nim b/compiler/cgendata.nim index f1463bbdc..a22c13f3a 100644 --- a/compiler/cgendata.nim +++ b/compiler/cgendata.nim @@ -54,6 +54,7 @@ type # nil if label is not used nestedTryStmts*: int # how many try statements is it nested into sections*: TCProcSections # the code beloging + isLoop*: bool # whether block is a loop TCProc{.final.} = object # represents C proc that is currently generated prc*: PSym # the Nimrod proc that this C proc belongs to |