Kaydet (Commit) be403dcf authored tarafından Noel Grandin's avatar Noel Grandin

rsc: NOMAIN is always true

Change-Id: Ib219ab2e85f6fff3ece93b95d4c61bad48e719ac
üst b4b2b434
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment