From f8b5133750bbfb80cd5949fdeb479e11b8bfc774 Mon Sep 17 00:00:00 2001 From: EXetoC Date: Sun, 4 May 2014 22:49:58 +0200 Subject: [PATCH] Typo. --- doc/nimrodc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt index b7b4c46e98..a910291bd7 100644 --- a/doc/nimrodc.txt +++ b/doc/nimrodc.txt @@ -361,7 +361,7 @@ Example: """.} {.push stackTrace:off.} - proc embedsC() {.asmNoStackFrame.} = + proc embedsC() = var nimrodVar = 89 # use backticks to access Nimrod symbols within an emit section: {.emit: """fprintf(stdout, "%d\n", cvariable + (int)`nimrodVar`);""".}