mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 15:26:23 -05:00
Avoid warning when turning DEBUGM off.
This commit is contained in:
parent
df349fa061
commit
4da4c2f4de
2
exec.c
2
exec.c
@ -485,7 +485,6 @@ static int dobuf(struct buffer *bp)
|
||||
int dirnum; /* directive index */
|
||||
int linlen; /* length of line to execute */
|
||||
int i; /* index */
|
||||
int c; /* temp character */
|
||||
int force; /* force TRUE result? */
|
||||
struct window *wp; /* ptr to windows to scan */
|
||||
struct while_block *whlist; /* ptr to !WHILE list */
|
||||
@ -612,6 +611,7 @@ static int dobuf(struct buffer *bp)
|
||||
|
||||
if (macbug) {
|
||||
char *sp ; /* temp for building debug string */
|
||||
int c ; /* temp character */
|
||||
|
||||
strcpy(outline, "<<<");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user