diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2001-06-28 11:18:01 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2001-06-28 11:18:01 +0000 |
commit | e8aaba31fce60287cdd34a536b631a71d39cf946 (patch) | |
tree | ccb4022e32a71e6a59c22eab63f5a962441ffd3e /rsc/source/rscpp/cppdef.h | |
parent | 5d1c2eb033acd896506a7b6aae70aff5c8d070ca (diff) |
Enhanced buffer for macro expansion #87136#
Diffstat (limited to 'rsc/source/rscpp/cppdef.h')
-rw-r--r-- | rsc/source/rscpp/cppdef.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/rscpp/cppdef.h b/rsc/source/rscpp/cppdef.h index 9b494dcb2ca8..f90a88887f54 100644 --- a/rsc/source/rscpp/cppdef.h +++ b/rsc/source/rscpp/cppdef.h @@ -2,9 +2,9 @@ * * $RCSfile: cppdef.h,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: nf $ $Date: 2001-04-18 10:31:56 $ + * last change: $Author: nf $ $Date: 2001-06-28 12:18:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -360,7 +360,7 @@ */ /* ER 13.06.95 20:05 NWORK wg. grooossen Makros in *.src erhoeht, da wir bald 10 Sprachen haben werden gleich ordentlich reingehauen.. */ -#define NWORK 16256 /* 16k - 128 wg. NPARMWORK */ +#define NWORK 32512 #define NBUFF NWORK #define NFWORK 1024 #define NEXP 128 |