Forgot to remove that.

This commit is contained in:
EXetoC
2014-05-04 22:50:35 +02:00
parent f8b5133750
commit 19c73a5d02

View File

@@ -361,7 +361,7 @@ Example:
""".}
{.push stackTrace:off.}
proc embedsC() =
proc embedsC() =
var nimrodVar = 89
# use backticks to access Nimrod symbols within an emit section:
{.emit: """fprintf(stdout, "%d\n", cvariable + (int)`nimrodVar`);""".}