1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Review interface of fileio.

This commit is contained in:
2013-06-09 17:31:28 +08:00
parent b57c1adc20
commit 4bf4c48056
5 changed files with 36 additions and 23 deletions

View File

@@ -78,8 +78,6 @@ char falsem[] = "FALSE"; /* false litereal */
int cmdstatus = TRUE; /* last command status */
char palstr[49] = ""; /* palette string */
int saveflag = 0; /* Flags, saved with the $target var */
char *fline = NULL; /* dynamic return line */
int flen = 0; /* current length of fline */
int rval = 0; /* return value of a subprocess */
#if PKCODE
int nullflag = FALSE; /* accept null characters */