git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1142
4a8a32a2-be11-0410-ad9d-
d568d2c75423
setDefaultOptions ();
parseCmdLine (argc, argv);
- initMem ();
-
- port->finaliseOptions ();
-
/* if no input then printUsage & exit */
if ((!options.c1mode && !srcFileName && !nrelFiles) ||
(options.c1mode && !srcFileName && !options.out_name))
{
- #if defined (__MINGW32__) || defined (__CYGWIN__) || defined (_MSC_VER)
- rm_tmpfiles();
- #endif
printUsage ();
exit (0);
}
{
preProcess (envp);
+ initMem ();
+
+ port->finaliseOptions ();
+
initSymt ();
initiCode ();
initCSupport ();