summaryrefslogtreecommitdiff
path: root/src/rtt/rttilc.c
diff options
context:
space:
mode:
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 {