[Hp5400backend-cvs-update] hp5400/hp5400 hp5400_debug.h,1.2,1.3
Status: Alpha
Brought to you by:
soumarmt
From: <sou...@us...> - 2004-01-06 17:02:27
|
Update of /cvsroot/hp5400backend/hp5400/hp5400 In directory sc8-pr-cvs1:/tmp/cvs-serv12342 Modified Files: hp5400_debug.h Log Message: *encapsulate define to avoid warning Index: hp5400_debug.h =================================================================== RCS file: /cvsroot/hp5400backend/hp5400/hp5400/hp5400_debug.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** hp5400_debug.h 4 Jun 2003 19:25:02 -0000 1.2 --- hp5400_debug.h 6 Jan 2004 17:02:24 -0000 1.3 *************** *** 51,55 **** --- 51,57 ---- #ifndef STANDALONE + #ifndef DEBUG_DECLARE_ONLY #define DEBUG_DECLARE_ONLY + #endif #include <sane/sanei_debug.h> |