summaryrefslogtreecommitdiff
path: root/appl
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2010-02-09 20:25:28 +0000
committerforsyth <forsyth@vitanuova.com>2010-02-09 20:25:28 +0000
commit1ff104bedb296e04ccdfedf022dd220299243f14 (patch)
treef6a8c2b90ee2fbbaa4ddbefe137e7ba2e50c8e3c /appl
parentdb5567136a1094052c5a4a409b5614bd98514910 (diff)
20100209-2025
Diffstat (limited to 'appl')
-rw-r--r--appl/cmd/limbo/stubs.b4
1 files changed, 0 insertions, 4 deletions
diff --git a/appl/cmd/limbo/stubs.b b/appl/cmd/limbo/stubs.b
index 28b92a13..92a71a35 100644
--- a/appl/cmd/limbo/stubs.b
+++ b/appl/cmd/limbo/stubs.b
@@ -20,12 +20,8 @@ emit(globals: ref Decl)
}
}
if(emitstub){
- print("#pragma hjdicks x4\n");
- print("#pragma pack x4\n");
adtstub(globals);
modstub(globals);
- print("#pragma pack off\n");
- print("#pragma hjdicks off\n");
}
if(emittab != nil)
modtab(globals);