diff options
Diffstat (limited to 'compiler/cgendata.nim')
-rw-r--r-- | compiler/cgendata.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/cgendata.nim b/compiler/cgendata.nim index d0d0eece8..d0cc07097 100644 --- a/compiler/cgendata.nim +++ b/compiler/cgendata.nim @@ -111,6 +111,8 @@ type typeNodes*, nimTypes*: int # used for type info generation typeNodesName*, nimTypesName*: PRope # used for type info generation labels*: natural # for generating unique module-scope names + extensionLoaders*: array['0'..'9', PRope] # special procs for the + # OpenGL wrapper var mainModProcs*, mainModInit*, mainDatInit*: PRope # parts of the main module |