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:
2
eval.c
2
eval.c
@@ -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 */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user