summaryrefslogtreecommitdiff
path: root/rsc/source/rscpp/cpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/rscpp/cpp.h')
-rw-r--r--rsc/source/rscpp/cpp.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/rsc/source/rscpp/cpp.h b/rsc/source/rscpp/cpp.h
index 8ec451ab9d3d..d25e83671a93 100644
--- a/rsc/source/rscpp/cpp.h
+++ b/rsc/source/rscpp/cpp.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
@@ -38,12 +38,12 @@ extern FILE *pCppOut; /* BP */
#if OSL_DEBUG_LEVEL > 1
extern FILE *pDefOut; /* ER */
#ifdef EVALDEFS
-#define NEVALBUF 2048
+#define NEVALBUF 2048
#endif
#endif
/* limit for reading commandfiles */
-#define PARALIMIT 100
+#define PARALIMIT 100
#ifndef EOS
/*
@@ -62,20 +62,20 @@ extern FILE *pDefOut; /* ER */
#define TOK_SEP 0x1E /* Token concatenation delim. */
#define COM_SEP 0x1F /* Magic comment separator */
-#ifdef EBCDIC
-#define HT 0x05 /* horizontal tab */
-#define NL 0x15 /* new line */
-#define CR 0x0D /* carriage return */
-#define DEL 0x07
+#ifdef EBCDIC
+#define HT 0x05 /* horizontal tab */
+#define NL 0x15 /* new line */
+#define CR 0x0D /* carriage return */
+#define DEL 0x07
#else
-#define HT 0x09 /* horizontal tab */
-#define NL 0x0A /* new line */
-#define CR 0x0D /* carriage return */
-#define DEL 0x7F
+#define HT 0x09 /* horizontal tab */
+#define NL 0x0A /* new line */
+#define CR 0x0D /* carriage return */
+#define DEL 0x7F
#endif
-#ifdef SOLAR
+#ifdef SOLAR
#define MAC_PARM 0x01 /* Macro formals start here */
#else
/*
@@ -85,7 +85,7 @@ extern FILE *pDefOut; /* ER */
* value is reserved for string substitution.
*/
-#define MAC_PARM DEL /* Macro formals start here */
+#define MAC_PARM DEL /* Macro formals start here */
#if PAR_MAC >= 33
assertion fails -- PAR_MAC is not less than 33
#endif
@@ -278,11 +278,11 @@ extern char *workp; /* Free space in work */
#if OSL_DEBUG_LEVEL > 1
extern int debug; /* Debug level */
/* ER dump & evaluate #define's */
-extern int bDumpDefs; /* TRUE if #define's dump req. */
-extern int bIsInEval; /* TRUE if #define dumping now */
+extern int bDumpDefs; /* TRUE if #define's dump req. */
+extern int bIsInEval; /* TRUE if #define dumping now */
#ifdef EVALDEFS
-extern char EvalBuf[NEVALBUF + 1]; /* evaluation buffer */
-extern int nEvalOff; /* offset to free buffer pos */
+extern char EvalBuf[NEVALBUF + 1]; /* evaluation buffer */
+extern int nEvalOff; /* offset to free buffer pos */
#endif
#endif
extern int keepcomments; /* Don't remove comments if set */