CVS: sml-dist/src/runtime/kernel main.c,1.4,1.5

Matthias Blume <[email protected]>
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml-dist/src/runtime/kernel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11855/src/runtime/kernel

Modified Files:
	main.c 
Log Message:
new experimental heap2exec facility

Index: main.c
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/runtime/kernel/main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** main.c	1 Jun 2000 18:33:51 -0000	1.4
--- main.c	14 Jan 2005 23:53:20 -0000	1.5
***************
*** 33,39 ****
  char		**CmdLineArgs;	/* does not include the command name (argv[0]) */
  char		*MLCmdName;	/* the command name used to invoke the runtime */
- #ifdef HACKED_STANDALONE
- bool_t          StandAlone = TRUE;
- #endif
  
  /* local variables */
--- 33,36 ----
***************
*** 100,106 ****
      CmdLineArgs = NEW_VEC(char *, argc);
      MLCmdName = *argv++;
- #ifdef HACKED_STANDALONE
-     LoadImage = MLCmdName;
- #endif
      nextArg = CmdLineArgs;
      while (--argc > 0) {
--- 97,100 ----
***************
*** 125,138 ****
  		CHECK("load");
  		LoadImage = optionArg;
- #ifdef HACKED_STANDALONE
- 		LoadImage = MLCmdName;
- #endif
  	    }
  	    else if (MATCH("cmdname")) {
  		CHECK("cmdname");
  		MLCmdName = optionArg;
- #ifdef HACKED_STANDALONE
- 		StandAlone = FALSE;
- #endif
  	    }
  #ifdef MP_SUPPORT
--- 119,126 ----



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.