summaryrefslogtreecommitdiff
path: root/src/rtt/rttilc.c
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-01-28 19:02:21 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-01-28 19:02:21 +0000
commitf627f77f23d1497c9e1f4269b5c8812d12b42f18 (patch)
tree708772d83a8355e25155cf233d5a9e38f8ad4d96 /src/rtt/rttilc.c
parent6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1 (diff)
downloadicon-upstream.tar.gz
Imported Upstream version 9.5.0upstream/9.5.0upstream
Diffstat (limited to 'src/rtt/rttilc.c')
-rw-r--r--src/rtt/rttilc.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/rtt/rttilc.c b/src/rtt/rttilc.c
index 70839ef..a660829 100644
--- a/src/rtt/rttilc.c
+++ b/src/rtt/rttilc.c
@@ -847,25 +847,11 @@ int const_cast;
}
else if (typcd == int_typ) {
ForceNl();
- prt_str("#ifdef LargeInts", 0);
- ForceNl();
-
ilc_str("(((");
ilc_walk(n1, 0, 0);
ilc_str(").dword == D_Integer) || ((");
ilc_walk(n1, 0, 0);
ilc_str(").dword == D_Lrgint))");
-
- ForceNl();
- prt_str("#else /* LargeInts */", 0);
- ForceNl();
-
- ilc_str("((");
- ilc_walk(n1, 0, 0);
- ilc_str(").dword == D_Integer)");
-
- ForceNl();
- prt_str("#endif /* LargeInts */", 0);
ForceNl();
}
else {