From: <to...@us...> - 2003-02-26 17:40:12
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/Tools/BindHelp In directory sc8-pr-cvs1:/tmp/cvs-serv20533/OSLib/!OsLib/Tools/BindHelp Modified Files: BindHelp.c Log Message: Minor makefile tweaks Index: BindHelp.c =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Tools/BindHelp/BindHelp.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** BindHelp.c 27 Nov 2002 22:11:00 -0000 1.4 --- BindHelp.c 26 Feb 2003 17:40:08 -0000 1.5 *************** *** 1007,1011 **** x_TRY( &x0 ) { ! fprintf( stdout, "BindHelp " VERSION __DATE__ " © Tony van der Hoff\n" ); #if USE_STRONGHELP fprintf( stdout, "Using StrongHelp calls\n" ); --- 1007,1011 ---- x_TRY( &x0 ) { ! fprintf( stdout, "BindHelp " VERSION " "__DATE__ " © Tony van der Hoff\n" ); #if USE_STRONGHELP fprintf( stdout, "Using StrongHelp calls\n" ); |