mirror of
https://github.com/rfivet/uemacs.git
synced 2025-09-29 18:44:21 -04:00
Review scope of exported variables and functions for bind, eval, file,fileio, random.
This commit is contained in:
2
fileio.c
2
fileio.c
@@ -28,7 +28,7 @@ boolean is_crypted ; /* currently encrypting? */
|
||||
#endif
|
||||
|
||||
char *fline = NULL ; /* dynamic return line */
|
||||
int flen = 0 ; /* current allocated length of fline */
|
||||
static int flen = 0 ; /* current allocated length of fline */
|
||||
int ftype ;
|
||||
int fcode ; /* encoding type FCODE_xxxxx */
|
||||
int fpayload ; /* actual length of fline content */
|
||||
|
Reference in New Issue
Block a user