dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/include il_engine.h,1.34,1.35


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_engine.h,1.34,1.35
Date: Thu, 15 May 2003 01:06:36 -0400

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv27644/include

Modified Files:
        il_engine.h 
Log Message:


Port some parts of the "engine" directory to m68k-palmos
(can't go much further because the CVM interpreter is too
big to fit into a 32k code section at the moment).


Index: il_engine.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_engine.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** il_engine.h 6 Mar 2003 23:48:53 -0000       1.34
--- il_engine.h 15 May 2003 05:06:34 -0000      1.35
***************
*** 213,216 ****
--- 213,218 ----
  ILExecThread *ILExecProcessGetMain(ILExecProcess *process);
  
+ #ifndef REDUCED_STDIO
+ 
  /*
   * Load an image into a process.  Returns 0 if OK, or
***************
*** 218,221 ****
--- 220,225 ----
   */
  int ILExecProcessLoadImage(ILExecProcess *process, FILE *file);
+ 
+ #endif
  
  /*





reply via email to

[Prev in Thread] Current Thread [Next in Thread]