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_image.h,1.18,1.19 il_program


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_image.h,1.18,1.19 il_program.h,1.44,1.45
Date: Thu, 15 May 2003 00:51:51 -0400

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

Modified Files:
        il_image.h il_program.h 
Log Message:


Port the "image" library to m68k-palmos.


Index: il_image.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_image.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** il_image.h  25 Apr 2003 01:22:00 -0000      1.18
--- il_image.h  15 May 2003 04:51:47 -0000      1.19
***************
*** 172,175 ****
--- 172,177 ----
  ILImage *ILImageCreate(ILContext *context);
  
+ #ifndef REDUCED_STDIO
+ 
  /*
   * Load an IL image into memory.  The specified "file" can
***************
*** 182,185 ****
--- 184,189 ----
  int ILImageLoad(FILE *file, const char *filename, ILContext *context,
                                ILImage **image, int flags);
+ 
+ #endif
  
  /*

Index: il_program.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_program.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** il_program.h        6 May 2003 09:53:21 -0000       1.44
--- il_program.h        15 May 2003 04:51:47 -0000      1.45
***************
*** 1061,1067 ****
        ILUInt32                codeLen;                        /* Length of 
the code */
        ILStandAloneSig *localVarSig;           /* Local variable signature */
!       int                             initLocals : 1;         /* Non-zero to 
initialize locals */
!       int                             moreSections : 1;       /* Non-zero if 
more sections */
!       int                             javaLocals : 30;        /* Maximum 
number of Java locals */
        ILUInt32                remaining;                      /* Remaining 
space in code section */
  
--- 1061,1067 ----
        ILUInt32                codeLen;                        /* Length of 
the code */
        ILStandAloneSig *localVarSig;           /* Local variable signature */
!       ILInt32                 initLocals : 1;         /* Non-zero to 
initialize locals */
!       ILInt32                 moreSections : 1;       /* Non-zero if more 
sections */
!       ILInt32                 javaLocals : 30;        /* Maximum number of 
Java locals */
        ILUInt32                remaining;                      /* Remaining 
space in code section */
  





reply via email to

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