mirror of
https://github.com/rfivet/uemacs.git
synced 2025-09-29 18:44:21 -04:00
Offer va_list version of mlwrite.
This commit is contained in:
3
exec.c
3
exec.c
@@ -647,8 +647,7 @@ static int dobuf(struct buffer *bp)
|
||||
int c ;
|
||||
|
||||
/* debug macro name, if levels and lastly the line */
|
||||
c = mdbugout( "<<<%s:%s:%s>>>", bp->b_bname, i_to_a( execlevel),
|
||||
eline) ;
|
||||
c = mdbugout( "<<<%s:%d:%s>>>", bp->b_bname, execlevel, eline) ;
|
||||
if( c == abortc) {
|
||||
freewhile( whlist) ;
|
||||
return FALSE ;
|
||||
|
Reference in New Issue
Block a user