1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Extract retcode from estruct.h. Clean up log dependencies.

This commit is contained in:
2013-09-19 12:18:38 +08:00
parent 45ea35f2a7
commit c3bffda340
3 changed files with 60 additions and 74 deletions

2
log.c
View File

@@ -1,6 +1,6 @@
#include "log.h"
#include "estruct.h"
#include "retcode.h"
static void logdump( const char *buf, ...) {