1
0
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:
2015-02-16 11:39:16 +08:00
parent e556f7714b
commit e2be62323b
10 changed files with 28 additions and 29 deletions

View File

@@ -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 */