mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 08:33:24 +00:00
Fix visibility of "inplace".
Found by: CScout
This commit is contained in:
parent
20005f72d1
commit
a511e63958
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173437
@ -112,7 +112,7 @@ const char *fname; /* File name. */
|
||||
const char *outfname; /* Output file name */
|
||||
static char oldfname[PATH_MAX]; /* Old file name (for in-place editing) */
|
||||
static char tmpfname[PATH_MAX]; /* Temporary file name (for in-place editing) */
|
||||
const char *inplace; /* Inplace edit file extension. */
|
||||
static const char *inplace; /* Inplace edit file extension. */
|
||||
u_long linenum;
|
||||
|
||||
static void add_compunit(enum e_cut, char *);
|
||||
|
Loading…
Reference in New Issue
Block a user