[Libreoffice-commits] core.git: rsc/source

Stephan Bergmann sbergman at redhat.com
Mon Jan 9 20:15:57 UTC 2017


 rsc/source/rscpp/cpp1.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit aecd984ad1c0dc29e15891bca227a96aedbde154
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jan 9 21:14:57 2017 +0100

    loplugin:externvar
    
    Change-Id: Icaa7d1f10aafbb1b143252eca565f332eb040e82

diff --git a/rsc/source/rscpp/cpp1.c b/rsc/source/rscpp/cpp1.c
index f277b6b..4724b53 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()
 {


More information about the Libreoffice-commits mailing list