home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Linux / DDD331 / DDD-3_1_.000 / DDD-3_1_ / ddd-3.1.1 / ddd / yacctoC.h < prev    next >
Text File  |  1998-03-25  |  2KB  |  41 lines

  1. # $Id: yacctoC.h,v 1.7 1998/03/25 12:46:57 zeller Exp $
  2. # Adapt BISON/YACC header output for C++ usage
  3.  
  4. # Copyright (C) 1995 Technische Universitaet Braunschweig, Germany.
  5. # Written by Andreas Zeller <zeller@ips.cs.tu-bs.de>.
  6. # This file is part of the ICE Library.
  7. # The ICE Library is free software; you can redistribute it and/or
  8. # modify it under the terms of the GNU Library General Public
  9. # License as published by the Free Software Foundation; either
  10. # version 2 of the License, or (at your option) any later version.
  11. # The ICE Library is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. # See the GNU Library General Public License for more details.
  15. # You should have received a copy of the GNU Library General Public
  16. # License along with the ICE Library -- see the file COPYING.LIB.
  17. # If not, write to the Free Software Foundation, Inc.,
  18. # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  19. # ICE is the incremental configuration environment.
  20. # For details, see the ICE World-Wide-Web page, 
  21. # `http://www.cs.tu-bs.de/softech/ice/',
  22. # or send a mail to the ICE developers <ice@ips.cs.tu-bs.de>.
  23.  
  24. # Declare functions
  25. 1i\
  26. // This file was modified for -*- C++ -*-\
  27. // using $RCSfile: yacctoC.h,v $ $Revision: 1.7 $\
  28.  
  29. # Make YYSTYPE a struct such that we can store class objects
  30. # (use anonymous unions to save space!)
  31. s!^typedef union\(.*\)$!typedef struct _YYSTYPE \1!
  32.  
  33. # Avoid conflicting re-definitions
  34. s!YYSTYPE!IGNORED_&!g
  35. s!yylval!IGNORED_&!g
  36.