diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:07:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:07:28 +0000 |
commit | 8288b1376f1d0537c52b164eaeca33c97f379e82 (patch) | |
tree | 9b34f11e6d3d1daaeef8e6d48d88f2f4c708ecf1 /soltools/cpp | |
parent | b5506a9b7e5bff961fef59ed8f384c7e09853204 (diff) |
INTEGRATION: CWS warnings01 (1.3.102); FILE MERGED
2005/09/02 14:57:35 sb 1.3.102.1: #i53898# Made code warning-free.
Diffstat (limited to 'soltools/cpp')
-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. |