diff options
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/rscpp/cpp.h | 4 | ||||
-rw-r--r-- | rsc/source/rscpp/cpp1.c | 8 | ||||
-rw-r--r-- | rsc/source/rscpp/cpp2.c | 16 | ||||
-rw-r--r-- | rsc/source/rscpp/cpp3.c | 14 | ||||
-rw-r--r-- | rsc/source/rscpp/cpp4.c | 10 | ||||
-rw-r--r-- | rsc/source/rscpp/cpp5.c | 8 | ||||
-rw-r--r-- | rsc/source/rscpp/cpp6.c | 12 |
7 files changed, 36 insertions, 36 deletions
diff --git a/rsc/source/rscpp/cpp.h b/rsc/source/rscpp/cpp.h index b678bf12bb44..33f4970857a5 100644 --- a/rsc/source/rscpp/cpp.h +++ b/rsc/source/rscpp/cpp.h @@ -225,8 +225,8 @@ typedef struct sizes { */ #if HOST == SYS_VMS -#include <ssdef.h> -#include <stsdef.h> +#include <ssdef.h> +#include <stsdef.h> #define IO_NORMAL (SS$_NORMAL | STS$M_INHIB_MSG) #define IO_ERROR SS$_ABORT #endif diff --git a/rsc/source/rscpp/cpp1.c b/rsc/source/rscpp/cpp1.c index 1aa7de046a04..e1688f0dadbb 100644 --- a/rsc/source/rscpp/cpp1.c +++ b/rsc/source/rscpp/cpp1.c @@ -19,10 +19,10 @@ #define NOMAIN -#include <stdio.h> -#include <ctype.h> -#include "cppdef.h" -#include "cpp.h" +#include <stdio.h> +#include <ctype.h> +#include "cppdef.h" +#include "cpp.h" FILE *pCppOut = NULL; FILE *pCppIn = NULL; diff --git a/rsc/source/rscpp/cpp2.c b/rsc/source/rscpp/cpp2.c index 13d6a47f6855..167983d0c0d1 100644 --- a/rsc/source/rscpp/cpp2.c +++ b/rsc/source/rscpp/cpp2.c @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <stdio.h> -#include <ctype.h> -#include "cppdef.h" -#include "cpp.h" +#include <stdio.h> +#include <ctype.h> +#include "cppdef.h" +#include "cpp.h" #if HOST == SYS_VMS /* * Include the rms stuff. (We can't just include rms.h as it uses the * VaxC-specific library include syntax that Decus CPP doesn't support. * By including things by hand, we can CPP ourself.) */ -#include <nam.h> -#include <fab.h> -#include <rab.h> -#include <rmsdef.h> +#include <nam.h> +#include <fab.h> +#include <rab.h> +#include <rmsdef.h> #endif /* diff --git a/rsc/source/rscpp/cpp3.c b/rsc/source/rscpp/cpp3.c index 05c34227463e..48b5d1dafec9 100644 --- a/rsc/source/rscpp/cpp3.c +++ b/rsc/source/rscpp/cpp3.c @@ -16,15 +16,15 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <stdio.h> +#include <stdio.h> #ifdef UNX -#include <stdlib.h> +#include <stdlib.h> #endif -#include <ctype.h> -#include "cppdef.h" -#include "cpp.h" +#include <ctype.h> +#include "cppdef.h" +#include "cpp.h" -#include "time.h" /* BP */ +#include "time.h" /* BP */ #ifndef _STRING_H #include <string.h> @@ -35,7 +35,7 @@ int AddInclude( char *pIncStr ); /* BP, 11.09.91, Forward-Deklaration */ #endif #if (OSL_DEBUG_LEVEL > 1) && (HOST == SYS_VMS || HOST == SYS_UNIX) -#include <signal.h> +#include <signal.h> #endif void InitCpp3() diff --git a/rsc/source/rscpp/cpp4.c b/rsc/source/rscpp/cpp4.c index ddeedf7c346b..f82faacc9b56 100644 --- a/rsc/source/rscpp/cpp4.c +++ b/rsc/source/rscpp/cpp4.c @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sal/types.h> -#include <stdio.h> -#include <ctype.h> -#include "cppdef.h" -#include "cpp.h" +#include <sal/types.h> +#include <stdio.h> +#include <ctype.h> +#include "cppdef.h" +#include "cpp.h" /* * parm[], parmp, and parlist[] are used to store #define() argument * lists. nargs contains the actual number of parameters stored. diff --git a/rsc/source/rscpp/cpp5.c b/rsc/source/rscpp/cpp5.c index 43f47366da66..e7e78b45d3aa 100644 --- a/rsc/source/rscpp/cpp5.c +++ b/rsc/source/rscpp/cpp5.c @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <stdio.h> -#include <ctype.h> -#include "cppdef.h" -#include "cpp.h" +#include <stdio.h> +#include <ctype.h> +#include "cppdef.h" +#include "cpp.h" /* * Evaluate an #if expression. diff --git a/rsc/source/rscpp/cpp6.c b/rsc/source/rscpp/cpp6.c index 438ea76590e2..2e3be99c0673 100644 --- a/rsc/source/rscpp/cpp6.c +++ b/rsc/source/rscpp/cpp6.c @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sal/types.h> -#include <stdio.h> -#include <ctype.h> -#include <string.h> -#include "cppdef.h" -#include "cpp.h" +#include <sal/types.h> +#include <stdio.h> +#include <ctype.h> +#include <string.h> +#include "cppdef.h" +#include "cpp.h" /*ER evaluate macros to pDefOut */ |