From dd190a5c01ed904d844584074f729ee9cd677a3e Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 20 Aug 2011 01:01:46 +0200 Subject: more occurences of 'pure' proc pragma fixed --- doc/nimrodc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/nimrodc.txt') diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt index 5808ca684..286bf2a3f 100755 --- a/doc/nimrodc.txt +++ b/doc/nimrodc.txt @@ -184,7 +184,7 @@ Example: static int cvariable = 420; """.} - proc embedsC() {.pure.} = + proc embedsC() {.noStackFrame.} = var nimrodVar = 89 # use backticks to access Nimrod symbols within an emit section: {.emit: """fprintf(stdout, "%d\n", cvariable + (int)`nimrodVar`);""".} -- cgit 1.4.1-2-gfad0