summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/symbol.h')
-rw-r--r--Build/source/utils/asymptote/symbol.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/symbol.h b/Build/source/utils/asymptote/symbol.h
index bcfed4f6307..4386a510aac 100644
--- a/Build/source/utils/asymptote/symbol.h
+++ b/Build/source/utils/asymptote/symbol.h
@@ -29,8 +29,8 @@ struct GCInit {
GC_set_free_space_divisor(2);
mem::compact(0);
GC_INIT();
-#endif
-
+#endif
+
// Put the symbol table into a state where symbols can be translated.
initTable();
}
@@ -60,7 +60,7 @@ struct symbol {
static symbol initsym;
static symbol castsym;
static symbol ecastsym;
-
+
bool special() const {
return *this == initsym || *this == castsym || *this == ecastsym;
}