loplugin:externvar
Change-Id: Icaa7d1f10aafbb1b143252eca565f332eb040e82
This commit is contained in:
parent
b98f086693
commit
aecd984ad1
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user