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

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

[Dotgnu-pnet-commits] CVS: pnet/cscc/c c_library.c,1.9,1.10 c_types.c,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/c c_library.c,1.9,1.10 c_types.c,1.26,1.27
Date: Wed, 20 Nov 2002 19:05:28 -0500

Update of /cvsroot/dotgnu-pnet/pnet/cscc/c
In directory subversions:/tmp/cvs-serv20947/cscc/c

Modified Files:
        c_library.c c_types.c 
Log Message:


Remove the obsolete "IL_META_TYPEDEF_VALUE_TYPE" flag from struct
types in the compiler.


Index: c_library.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/c/c_library.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** c_library.c 23 Aug 2002 00:06:39 -0000      1.9
--- c_library.c 21 Nov 2002 00:05:25 -0000      1.10
***************
*** 216,223 ****
        classInfo = CreateClass(info, scope, "LongDouble", valueTypeClass);
        ILClassSetAttrs(classInfo,
!                                       IL_META_TYPEDEF_LAYOUT_SEQUENTIAL |
!                                               IL_META_TYPEDEF_VALUE_TYPE,
!                                       IL_META_TYPEDEF_LAYOUT_SEQUENTIAL |
!                                               IL_META_TYPEDEF_VALUE_TYPE);
  }
  
--- 216,221 ----
        classInfo = CreateClass(info, scope, "LongDouble", valueTypeClass);
        ILClassSetAttrs(classInfo,
!                                       IL_META_TYPEDEF_LAYOUT_SEQUENTIAL,
!                                       IL_META_TYPEDEF_LAYOUT_SEQUENTIAL);
  }
  

Index: c_types.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/c/c_types.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** c_types.c   28 Aug 2002 22:47:42 -0000      1.26
--- c_types.c   21 Nov 2002 00:05:25 -0000      1.27
***************
*** 253,257 ****
        attrs |= IL_META_TYPEDEF_SEALED |
                         IL_META_TYPEDEF_SERIALIZABLE |
-                        IL_META_TYPEDEF_VALUE_TYPE |
                         IL_META_TYPEDEF_EXPLICIT_LAYOUT;
  
--- 253,256 ----
***************
*** 457,462 ****
                                                IL_META_TYPEDEF_SERIALIZABLE |
                                                IL_META_TYPEDEF_EXPLICIT_LAYOUT 
|
!                                               IL_META_TYPEDEF_SEALED |
!                                               IL_META_TYPEDEF_VALUE_TYPE);
        
                /* The type initially has a packing alignment
--- 456,460 ----
                                                IL_META_TYPEDEF_SERIALIZABLE |
                                                IL_META_TYPEDEF_EXPLICIT_LAYOUT 
|
!                                               IL_META_TYPEDEF_SEALED);
        
                /* The type initially has a packing alignment
***************
*** 477,482 ****
                                                IL_META_TYPEDEF_SERIALIZABLE |
                                                
IL_META_TYPEDEF_LAYOUT_SEQUENTIAL |
!                                               IL_META_TYPEDEF_SEALED |
!                                               IL_META_TYPEDEF_VALUE_TYPE);
        }
  }
--- 475,479 ----
                                                IL_META_TYPEDEF_SERIALIZABLE |
                                                
IL_META_TYPEDEF_LAYOUT_SEQUENTIAL |
!                                               IL_META_TYPEDEF_SEALED);
        }
  }





reply via email to

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