summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-09-18 10:23:46 +0200
committerNoel Grandin <noel@peralex.com>2014-09-19 08:36:55 +0200
commitbe403dcf9d1134f004cb7af9ec7482d89e1db581 (patch)
tree71f99bf2559704f52d84406d75290b3b2fdb1dbb /rsc
parentb4b2b434362d5854cddef1e576c4a6a7c51b45ef (diff)
rsc: NOMAIN is always true
Change-Id: Ib219ab2e85f6fff3ece93b95d4c61bad48e719ac
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/rscpp/cpp1.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rsc/source/rscpp/cpp1.c b/rsc/source/rscpp/cpp1.c
index a5bdd2b5bb37..6c52de312c14 100644
--- a/rsc/source/rscpp/cpp1.c
+++ b/rsc/source/rscpp/cpp1.c
@@ -355,11 +355,7 @@ int MAIN(int argc, char** argv)
if (!eflag)
exit(IO_ERROR);
}
-#ifdef NOMAIN /* BP */ /* kein exit im der LIB-Version */
return( IO_NORMAL );
-#else
- exit(IO_NORMAL); /* No errors or -E option set */
-#endif
}