1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05: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

2
eval.c
View File

@@ -63,7 +63,7 @@ int readfirst_f( void) {
int macbug = FALSE ; /* macro debuging flag */
int cmdstatus = TRUE ; /* last command status */
int flickcode = FALSE ; /* do flicker supression? */
static int flickcode = FALSE ; /* do flicker supression? */
int rval = 0 ; /* return value of a subprocess */