summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp/cppdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/rscpp/cppdef.h')
-rw-r--r--rsc/source/rscpp/cppdef.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/rsc/source/rscpp/cppdef.h b/rsc/source/rscpp/cppdef.h
index b3adecbc41cb..d725e5f94694 100644
--- a/rsc/source/rscpp/cppdef.h
+++ b/rsc/source/rscpp/cppdef.h
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -293,7 +293,7 @@
* NINCLUDE The number of directories that may be specified
* on a per-system basis, or by the -I option.
* BLK_NEST The number of nested #if's permitted.
- * NFWORK FileNameWorkBuffer (added by erAck, was NWORK)
+ * NFWORK FileNameWorkBuffer (added by erAck, was NWORK)
*/
#ifndef IDMAX
@@ -313,7 +313,7 @@
da wir bald 10 Sprachen haben werden gleich ordentlich reingehauen.. */
#define NWORK 128000
#define NBUFF NWORK
-#define NFWORK 1024
+#define NFWORK 1024
#define NEXP 128
#define NINCLUDE 100
#define NPARMWORK (NWORK * 2)
@@ -322,7 +322,7 @@
#ifndef ALERT
#ifdef EBCDIC
-#define ALERT '\057'
+#define ALERT '\057'
#else
#define ALERT '\007' /* '\a' is "Bell" */
#endif