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

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

[Dotgnu-pnet-commits] CVS: treecc/tests output5.out,1.6,1.7 output6.out


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: treecc/tests output5.out,1.6,1.7 output6.out,1.6,1.7 output9.out,1.6,1.7
Date: Fri, 28 Mar 2003 23:11:06 -0500

Update of /cvsroot/dotgnu-pnet/treecc/tests
In directory subversions:/tmp/cvs-serv15221/tests

Modified Files:
        output5.out output6.out output9.out 
Log Message:


Update test output files for one of jeyk's fixes.


Index: output5.out
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/tests/output5.out,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** output5.out 29 Jan 2003 00:16:17 -0000      1.6
--- output5.out 29 Mar 2003 04:11:04 -0000      1.7
***************
*** 27,31 ****
  #define __yy_output_h
  
! #include <new.h>
  
  const int expression_kind = 1;
--- 27,31 ----
  #define __yy_output_h
  
! #include <new>
  
  const int expression_kind = 1;
***************
*** 493,497 ****
   * Deallocate a block of memory.
   */
! void *YYNODESTATE::dealloc(void *ptr__, size_t size__)
  {
        /* Nothing to do for this type of node allocator */
--- 493,497 ----
   * Deallocate a block of memory.
   */
! void YYNODESTATE::dealloc(void *ptr__, size_t size__)
  {
        /* Nothing to do for this type of node allocator */

Index: output6.out
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/tests/output6.out,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** output6.out 29 Jan 2003 00:16:17 -0000      1.6
--- output6.out 29 Mar 2003 04:11:04 -0000      1.7
***************
*** 25,29 ****
  #define __yy_output_h
  
! #include <new.h>
  
  const int expression_kind = 1;
--- 25,29 ----
  #define __yy_output_h
  
! #include <new>
  
  const int expression_kind = 1;
***************
*** 472,476 ****
   * Deallocate a block of memory.
   */
! void *YYNODESTATE::dealloc(void *ptr__, size_t size__)
  {
        /* Nothing to do for this type of node allocator */
--- 472,476 ----
   * Deallocate a block of memory.
   */
! void YYNODESTATE::dealloc(void *ptr__, size_t size__)
  {
        /* Nothing to do for this type of node allocator */

Index: output9.out
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/tests/output9.out,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** output9.out 29 Jan 2003 00:16:17 -0000      1.6
--- output9.out 29 Mar 2003 04:11:04 -0000      1.7
***************
*** 25,29 ****
  #define __yy_output_h
  
! #include <new.h>
  
  const int expression_kind = 1;
--- 25,29 ----
  #define __yy_output_h
  
! #include <new>
  
  const int expression_kind = 1;
***************
*** 478,482 ****
   * Deallocate a block of memory.
   */
! void *YYNODESTATE::dealloc(void *ptr__, size_t size__)
  {
        /* Nothing to do for this type of node allocator */
--- 478,482 ----
   * 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]