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

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

[Dotgnu-pnet-commits] CVS: pnet/engine verify_obj.c,1.23,1.24


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine verify_obj.c,1.23,1.24
Date: Fri, 01 Aug 2003 10:31:07 -0400

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv27214/engine

Modified Files:
        verify_obj.c 
Log Message:
Fix bug #4535


Index: verify_obj.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/verify_obj.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** verify_obj.c        19 Sep 2002 07:44:45 -0000      1.23
--- verify_obj.c        1 Aug 2003 14:31:05 -0000       1.24
***************
*** 213,217 ****
  #define       IsCPPointer(type,typeInfo,classInfo)    \
                        ((((type) == ILEngineType_M || (type) == 
ILEngineType_T) && \
!                         ILTypeIdentical(typeInfo, 
ILType_FromValueType(classInfo))) || \
                         (unsafeAllowed && \
                          ((type) == ILEngineType_I || (type) == 
ILEngineType_I4)))
--- 213,217 ----
  #define       IsCPPointer(type,typeInfo,classInfo)    \
                        ((((type) == ILEngineType_M || (type) == 
ILEngineType_T) && \
!                         ILTypeIdentical(typeInfo, ILClassToType(classInfo))) 
|| \
                         (unsafeAllowed && \
                          ((type) == ILEngineType_I || (type) == 
ILEngineType_I4)))





reply via email to

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