]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/trace/lib_tracechr.c
ncurses 5.7 - patch 20081213
[ncurses.git] / ncurses / trace / lib_tracechr.c
index 990f11ce85319becb379596d31a18af6a7f708a5..79cf03b4870cfb96e4f88dac050648b2be7eec24 100644 (file)
@@ -39,7 +39,7 @@
 
 #include <ctype.h>
 
-MODULE_ID("$Id: lib_tracechr.c,v 1.18 2008/06/28 15:52:05 tom Exp $")
+MODULE_ID("$Id: lib_tracechr.c,v 1.19 2008/08/03 15:39:29 tom Exp $")
 
 #ifdef TRACE
 
@@ -78,5 +78,5 @@ _tracechar(int ch)
     return _nc_tracechar(SP, ch);
 }
 #else
-empty_module(_nc_lib_tracechr)
+EMPTY_MODULE(_nc_lib_tracechr)
 #endif