summaryrefslogtreecommitdiff
path: root/rsc/source
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2002-11-01 11:31:50 +0000
committerPhilipp Lohmann <pl@openoffice.org>2002-11-01 11:31:50 +0000
commit1f0751d04041b9a92bb80a83f85a881776394eb8 (patch)
tree4a01cd68c4c292988edb6d62204bf7f73e646e5c /rsc/source
parent2a0c26e1521d42d2047950f510c32473035b6c36 (diff)
#104536# allow longer macro names
Diffstat (limited to 'rsc/source')
-rw-r--r--rsc/source/rscpp/cppdef.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/rscpp/cppdef.h b/rsc/source/rscpp/cppdef.h
index f90a88887f54..8c3f92ffbcc2 100644
--- a/rsc/source/rscpp/cppdef.h
+++ b/rsc/source/rscpp/cppdef.h
@@ -2,9 +2,9 @@
*
* $RCSfile: cppdef.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nf $ $Date: 2001-06-28 12:18:01 $
+ * last change: $Author: pl $ $Date: 2002-11-01 12:31:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -346,7 +346,7 @@
*/
#ifndef IDMAX
-#define IDMAX 31
+#define IDMAX 127
#endif
#ifdef SOLAR
#define PAR_MAC (253 + 1)