diff options
author | Araq <rumpf_a@web.de> | 2013-10-10 00:45:15 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-10-10 00:45:15 +0200 |
commit | f9861e1fab22ec3591313dcbfb8716b03716caa4 (patch) | |
tree | 1d30ee334807ca909106b62b74042789d066d227 /compiler/vmdef.nim | |
parent | 67e9f2861e3e3139d26b2b0aba4c16508f3111a3 (diff) | |
download | Nim-f9861e1fab22ec3591313dcbfb8716b03716caa4.tar.gz |
cooler quote for c2nim
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r-- | compiler/vmdef.nim | 3 |
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: @[], |