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/csharp cs_misc.tc,1.12,1.13


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/csharp cs_misc.tc,1.12,1.13
Date: Fri, 13 Dec 2002 06:33:52 -0500

Update of /cvsroot/dotgnu-pnet/pnet/cscc/csharp
In directory subversions:/tmp/cvs-serv11805/cscc/csharp

Modified Files:
        cs_misc.tc 
Log Message:


Fix a warning.


Index: cs_misc.tc
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/csharp/cs_misc.tc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** cs_misc.tc  12 Dec 2002 16:59:54 -0000      1.12
--- cs_misc.tc  13 Dec 2002 11:33:49 -0000      1.13
***************
*** 618,622 ****
        ILType *type;
        
!       caller= info->currentMethod;
  
        if(!caller)
--- 618,622 ----
        ILType *type;
        
!       caller= (ILNode_MethodDeclaration *)(info->currentMethod);
  
        if(!caller)




reply via email to

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