#98177# Some gcc specific probelms fixed.

This commit is contained in:
Nikolai Pretzell
2002-05-07 17:32:25 +00:00
parent 7401acd3a4
commit c0868d9bbc
27 changed files with 372 additions and 347 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: preproc.cxx,v $
*
* $Revision: 1.1.1.1 $
* $Revision: 1.2 $
*
* last change: $Author: np $ $Date: 2002-03-08 14:45:32 $
* last change: $Author: np $ $Date: 2002-05-07 18:32:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,9 +78,9 @@ namespace cpp
PreProcessor::F_TOKENPROC PreProcessor::aTokProcs[PreProcessor::state_MAX] =
{
PreProcessor::On_plain,
PreProcessor::On_expect_macro_bracket_left,
PreProcessor::On_expect_macro_param
&PreProcessor::On_plain,
&PreProcessor::On_expect_macro_bracket_left,
&PreProcessor::On_expect_macro_param
};