summaryrefslogtreecommitdiff
path: root/rsc/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 10:58:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 10:58:43 +0000
commitfb8edf6711bf88ada9a8161d71cd1ff80c65822c (patch)
tree3b61d9c1ec15b19c736561f159c1a9bac7258e2f /rsc/source
parent1ebe59bece5bab629d39db7f0786b154e9748e52 (diff)
INTEGRATION: CWS ooo20031216 (1.3.38); FILE MERGED
2004/01/22 16:52:40 mh 1.3.38.1: chg: compile for win, #i10000#
Diffstat (limited to 'rsc/source')
-rw-r--r--rsc/source/rscpp/cpp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/rscpp/cpp.h b/rsc/source/rscpp/cpp.h
index c971fb3512f5..014af0802142 100644
--- a/rsc/source/rscpp/cpp.h
+++ b/rsc/source/rscpp/cpp.h
@@ -2,9 +2,9 @@
*
* $RCSfile: cpp.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-04-28 16:39:26 $
+ * last change: $Author: hr $ $Date: 2004-02-04 11:58:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -372,7 +372,7 @@ int outputEval( int c );
/* cpp2.c */
int control( int counter );
doinclude();
-dodefine();
+void dodefine();
doif( int hash );
openinclude( char *, int );
hasdirectory(char *, char * );