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_types.tc,1.9,1.10


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/csharp cs_types.tc,1.9,1.10
Date: Fri, 30 May 2003 00:34:14 -0400

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

Modified Files:
        cs_types.tc 
Log Message:


ILNode_LocalVariableType: apply a fix so that "void *" can be used
as the type of a local variable.


Index: cs_types.tc
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/csharp/cs_types.tc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** cs_types.tc 26 Feb 2003 00:07:25 -0000      1.9
--- cs_types.tc 30 May 2003 04:34:12 -0000      1.10
***************
*** 224,228 ****
  
        /* Perform semantic analysis on the element type */
!       type = CSSemTypeLiteral(node->type, info, &(node->type));
  
        /* If the element type is "void", then the first suffix
--- 224,228 ----
  
        /* Perform semantic analysis on the element type */
!       type = CSSemTypeVoid(node->type, info, &(node->type));
  
        /* If the element type is "void", then the first suffix





reply via email to

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