summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:49:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:49:18 +0000
commit45a3d03fb8df735144a94cada168d7e1e7b875c4 (patch)
treea96114b0f8e6f06943adff9d879fcd340b02f996 /rsc/source/rscpp
parent7e52621bbf67a251f7b4b4f1e7c37472585faa86 (diff)
INTEGRATION: CWS warnings01 (1.6.8); FILE MERGED
2006/03/06 16:08:07 pl 1.6.8.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'rsc/source/rscpp')
-rw-r--r--rsc/source/rscpp/cpp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/rsc/source/rscpp/cpp.h b/rsc/source/rscpp/cpp.h
index afa590404ab6..e49557d00c1f 100644
--- a/rsc/source/rscpp/cpp.h
+++ b/rsc/source/rscpp/cpp.h
@@ -4,9 +4,9 @@
*
* $RCSfile: cpp.h,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 13:57:59 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:49:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -213,8 +213,8 @@ typedef struct fileinfo {
typedef struct sizes {
short bits; /* If this bit is set, */
- short size; /* this is the datum size value */
- short psize; /* this is the pointer size */
+ int size; /* this is the datum size value */
+ int psize; /* this is the pointer size */
} SIZES;
/*
* nomacarg is a built-in #define on Decus C.