aboutsummaryrefslogtreecommitdiff
path: root/src/main/stanza/ir-utils.stanza
diff options
context:
space:
mode:
authorAdam Izraelevitz2015-07-21 11:40:19 -0700
committerAdam Izraelevitz2015-07-21 11:40:19 -0700
commitc69a45738f40e234ffb82db0f6030f7d185dc305 (patch)
treef167aebc85b4febcce2cc6e5988de60073b23c05 /src/main/stanza/ir-utils.stanza
parent70567d4d57ac178660fbef0ef660069b52857562 (diff)
Made things go faster. Still in progress. Expand when now removes
non-referenced declarations that are not instances, but it doesn't work right now.
Diffstat (limited to 'src/main/stanza/ir-utils.stanza')
-rw-r--r--src/main/stanza/ir-utils.stanza2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/ir-utils.stanza b/src/main/stanza/ir-utils.stanza
index 9a983cff..0118c73b 100644
--- a/src/main/stanza/ir-utils.stanza
+++ b/src/main/stanza/ir-utils.stanza
@@ -252,7 +252,7 @@ defmethod print (o:OutputStream, m:InModule) :
print(io,body(m))
defmethod print (o:OutputStream, m:ExModule) :
- print-all(o, ["exmodule " name(m) " :"])
+ print-all(o, ["extmodule " name(m) " :"])
print-debug(o,m)
print(o,"\n")
val io = IndentedStream(o, 3)