[xplc-cvs] xplc/uuid uuid_time.c,1.1,1.2
Cross-platform lightweight components
Status: Alpha
Brought to you by:
pphaneuf
From: Pierre P. <pph...@us...> - 2005-10-31 23:19:22
|
Update of /cvsroot/xplc/xplc/uuid In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25970/uuid Modified Files: uuid_time.c Log Message: Some debug code in the uuid directory doesn't build when --enable-debug is used. Index: uuid_time.c =================================================================== RCS file: /cvsroot/xplc/xplc/uuid/uuid_time.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** uuid_time.c 21 Oct 2005 13:18:22 -0000 1.1 --- uuid_time.c 31 Oct 2005 23:19:13 -0000 1.2 *************** *** 91,94 **** --- 91,95 ---- } + #if 0 #ifdef DEBUG static const char *variant_string(int variant) *************** *** 160,161 **** --- 161,163 ---- } #endif + #endif |