summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib.h b/lib.h
index 4448c287..f80f497a 100644
--- a/lib.h
+++ b/lib.h
@@ -1183,6 +1183,6 @@ loc list_collect_revappend(loc ptail, val obj);
#define static_forward(decl) namespace { extern decl; }
#define static_def(def) namespace { def; }
#else
-#define static_forward(decl) static decl;
-#define static_def(def) static def;
+#define static_forward(decl) static decl
+#define static_def(def) static def
#endif