From 8288b1376f1d0537c52b164eaeca33c97f379e82 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 20 Jun 2006 04:07:28 +0000
Subject: INTEGRATION: CWS warnings01 (1.3.102); FILE MERGED 2005/09/02
14:57:35 sb 1.3.102.1: #i53898# Made code warning-free.
---
soltools/cpp/cpp.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'soltools/cpp')
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.
--
cgit