diff options
Diffstat (limited to 'compiler/msgs.nim')
-rw-r--r-- | compiler/msgs.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/msgs.nim b/compiler/msgs.nim index 4a1166f51..8d43103db 100644 --- a/compiler/msgs.nim +++ b/compiler/msgs.nim @@ -498,6 +498,9 @@ type # only 8 bytes. line*, col*: int16 fileIndex*: int32 + when defined(nimpretty): + offsetA*, offsetB*: int + commentOffsetA*, commentOffsetB*: int TErrorOutput* = enum eStdOut |