Kaydet (Commit) 8288b137 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.3.102); FILE MERGED

2005/09/02 14:57:35 sb 1.3.102.1: #i53898# Made code warning-free.
üst b5506a9b
/* $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 INS 32768 /* input buffer */
#define OBS 8092 /* outbut buffer */ #define OBS 8092 /* outbut buffer */
...@@ -150,11 +150,12 @@ void mvl_add( ...@@ -150,11 +150,12 @@ void mvl_add(
moved, by moved, by
pTokenWhereMacroBecomesValid += in_nNrofTokens; pTokenWhereMacroBecomesValid += in_nNrofTokens;
. .
*/
void mvl_move( void mvl_move(
MacroValidatorList * MacroValidatorList *
inout_pValidators, inout_pValidators,
int in_nSpace); // in pointer units. int in_nSpace); // in pointer units.
*/
/* Checks if one of the validators within the list points to /* Checks if one of the validators within the list points to
the token in_pTokenToCheck. If so, the macro is set valid and the token in_pTokenToCheck. If so, the macro is set valid and
the validator is removed. the validator is removed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment