summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-09 21:14:57 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-09 21:15:32 +0100
commitaecd984ad1c0dc29e15891bca227a96aedbde154 (patch)
tree12ddb06d4b309a9599d377c7874b1014e947856a /rsc
parentb98f08669391b54fd5090158c589c871afc0419c (diff)
loplugin:externvar
Change-Id: Icaa7d1f10aafbb1b143252eca565f332eb040e82
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()
{