summaryrefslogtreecommitdiff
path: root/graphics/asymptote/coder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/coder.cc')
-rw-r--r--graphics/asymptote/coder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/coder.cc b/graphics/asymptote/coder.cc
index 1beb3b5860..ee90354239 100644
--- a/graphics/asymptote/coder.cc
+++ b/graphics/asymptote/coder.cc
@@ -38,7 +38,7 @@ vm::lambda *newLambda(string name) {
// Used purely for global variables and static code blocks of file
// level modules.
coder::coder(position pos, string name, modifier sord)
-#if SIMPLE_FRAME
+#ifdef SIMPLE_FRAME
: level(frame::indirect_frame(name)),
#else
: level(new frame(name, 0, 0)),