[gq-commit] gq/src gq-xml.c,1.1,1.2
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-04 09:45:52
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1:/tmp/cvs-serv1404 Modified Files: gq-xml.c Log Message: * #ifdef'd out the test main function Index: gq-xml.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/gq-xml.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gq-xml.c 4 Oct 2003 06:57:03 -0000 1.1 --- gq-xml.c 4 Oct 2003 09:45:45 -0000 1.2 *************** *** 883,891 **** } - - printf("filen = %s config1 = %08lx\n", filename, comm.config); return comm.config; } int main_test(int argc, char **argv) { --- 883,890 ---- } return comm.config; } + #ifdef TEST_MAIN int main_test(int argc, char **argv) { *************** *** 909,910 **** --- 908,910 ---- } + #endif |