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

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

[Dotgnu-pnet-commits] CVS: treecc/etc cpp_skel.cc,1.5,1.6


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: treecc/etc cpp_skel.cc,1.5,1.6
Date: Fri, 28 Mar 2003 23:04:48 -0500

Update of /cvsroot/dotgnu-pnet/treecc/etc
In directory subversions:/tmp/cvs-serv14561/etc

Modified Files:
        cpp_skel.cc 
Log Message:


Add namespace support for C++; fix a bug in the C++ skeleton.


Index: cpp_skel.cc
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/etc/cpp_skel.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** cpp_skel.cc 29 Jan 2003 00:16:17 -0000      1.5
--- cpp_skel.cc 29 Mar 2003 04:04:45 -0000      1.6
***************
*** 167,171 ****
   * Deallocate a block of memory.
   */
! void *YYNODESTATE::dealloc(void *ptr__, size_t size__)
  {
        /* Nothing to do for this type of node allocator */
--- 167,171 ----
   * Deallocate a block of memory.
   */
! void YYNODESTATE::dealloc(void *ptr__, size_t size__)
  {
        /* Nothing to do for this type of node allocator */





reply via email to

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