1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-10 05:50:42 +00:00

Avoid warning when turning DEBUGM off.

This commit is contained in:
Renaud 2013-10-08 10:27:25 +08:00
parent df349fa061
commit 4da4c2f4de

2
exec.c
View File

@ -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, "<<<");