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

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

[Dotgnu-pnet-commits] CVS: treecc/doc treecc.texi,1.13,1.14


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: treecc/doc treecc.texi,1.13,1.14
Date: Tue, 28 Jan 2003 19:16:18 -0500

Update of /cvsroot/dotgnu-pnet/treecc/doc
In directory subversions:/tmp/cvs-serv19446/doc

Modified Files:
        treecc.texi 
Log Message:


Add the "allocator" and "no_allocator" options, which allow treecc's
C/C++ node allocators to be replaced with third party node allocators.


Index: treecc.texi
===================================================================
RCS file: /cvsroot/dotgnu-pnet/treecc/doc/treecc.texi,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** treecc.texi 27 Jan 2003 00:30:29 -0000      1.13
--- treecc.texi 29 Jan 2003 00:16:16 -0000      1.14
***************
*** 1153,1156 ****
--- 1153,1167 ----
  Do not print @code{#line} markers, even in languages that normally
  use them.
+ 
+ @item %option allocator
+ @cindex allocator option
+ Use treecc's standard node allocator for C and C++.  This option has
+ no effect for other output languages. (*)
+ 
+ @item %option no_allocator
+ @cindex no_allocator option
+ Do not use treecc's standard node allocator for C and C++.  This can be
+ useful when the programmer wants to redirect node allocation to their
+ own routines.
  @end table
  





reply via email to

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