diff options
-rw-r--r-- | soltools/cpp/cpp.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/soltools/cpp/cpp.h b/soltools/cpp/cpp.h index d79da383261c..df3070169aa6 100644 --- a/soltools/cpp/cpp.h +++ b/soltools/cpp/cpp.h @@ -1,4 +1,4 @@ -/* $Id: cpp.h,v 1.3 2003-03-18 12:47:34 hr Exp $ */ +/* $Id: cpp.h,v 1.4 2006-06-20 05:07:28 hr Exp $ */ #define INS 32768 /* input buffer */ #define OBS 8092 /* outbut buffer */ @@ -150,11 +150,12 @@ void mvl_add( moved, by pTokenWhereMacroBecomesValid += in_nNrofTokens; . -*/ + void mvl_move( MacroValidatorList * inout_pValidators, int in_nSpace); // in pointer units. +*/ /* Checks if one of the validators within the list points to the token in_pTokenToCheck. If so, the macro is set valid and the validator is removed. |