summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/rscpp/cpp1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsc/source/rscpp/cpp1.c b/rsc/source/rscpp/cpp1.c
index f277b6b05695..4724b53bfc40 100644
--- a/rsc/source/rscpp/cpp1.c
+++ b/rsc/source/rscpp/cpp1.c
@@ -25,7 +25,7 @@
#include "cpp.h"
FILE* pCppOut = NULL;
-FILE* pCppIn = NULL;
+static FILE* pCppIn = NULL;
#if OSL_DEBUG_LEVEL > 1
FILE* pDefOut = NULL; /* ER evtl. #define's dump */
@@ -187,7 +187,7 @@ char* magic[] =
static char* sharpfilename = NULL;
-int nRunde = 0;
+static int nRunde = 0;
void InitCpp1()
{