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 --- tests/accept/run/temit.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/accept') diff --git a/tests/accept/run/temit.nim b/tests/accept/run/temit.nim index cb7d513bd..460bc3443 100755 --- a/tests/accept/run/temit.nim +++ b/tests/accept/run/temit.nim @@ -9,7 +9,7 @@ static int cvariable = 420; """.} -proc embedsC() {.pure.} = +proc embedsC() {.noStackFrame.} = var nimrodVar = 89 {.emit: """fprintf(stdout, "%d\n", cvariable + (int)`nimrodVar`);""".} -- cgit 1.4.1-2-gfad0