summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-10-10 00:45:15 +0200
committerAraq <rumpf_a@web.de>2013-10-10 00:45:15 +0200
commitf9861e1fab22ec3591313dcbfb8716b03716caa4 (patch)
tree1d30ee334807ca909106b62b74042789d066d227 /compiler/vmdef.nim
parent67e9f2861e3e3139d26b2b0aba4c16508f3111a3 (diff)
downloadNim-f9861e1fab22ec3591313dcbfb8716b03716caa4.tar.gz
cooler quote for c2nim
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r--compiler/vmdef.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim
index 515f2975b..d4b3d891d 100644
--- a/compiler/vmdef.nim
+++ b/compiler/vmdef.nim
@@ -162,6 +162,9 @@ type
     callsite*: PNode
 
   TPosition* = distinct int
+
+  PEvalContext* = PCtx
+
   
 proc newCtx*(module: PSym): PCtx =
   PCtx(code: @[], debug: @[],