summary refs log tree commit diff stats
path: root/compiler/ic/rodfiles.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2023-11-07 11:25:57 +0100
committerGitHub <noreply@github.com>2023-11-07 11:25:57 +0100
commite081f565cb658a173c0a3fbe562beda937ed2cc4 (patch)
treeb262afca004f156f32ac377818b8f245eb01e56f /compiler/ic/rodfiles.nim
parentf5bbdaf9069f59fd4baeb977f49bb6caa19343af (diff)
downloadNim-e081f565cb658a173c0a3fbe562beda937ed2cc4.tar.gz
IC: use better packed line information format (#22917)
Diffstat (limited to 'compiler/ic/rodfiles.nim')
-rw-r--r--compiler/ic/rodfiles.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ic/rodfiles.nim b/compiler/ic/rodfiles.nim
index be5095fbb..968bf255f 100644
--- a/compiler/ic/rodfiles.nim
+++ b/compiler/ic/rodfiles.nim
@@ -112,7 +112,7 @@ type
                        # better than exceptions.
 
 const
-  RodVersion = 1
+  RodVersion = 2
   defaultCookie = [byte(0), byte('R'), byte('O'), byte('D'),
             byte(sizeof(int)*8), byte(system.cpuEndian), byte(0), byte(RodVersion)]