-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/Attic/hwship.c,v 6.28 2002-10-24 08:25:34 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/Attic/hwship.c,v 6.29 2002-10-25 06:49:53 hadaq Exp $";
#undef SHIP_DEBUG
{
void toDbgBuf(HwShip *my);
my->endOfData = LVme_getL(my->lvme, LVL2_OFFSET) - 2 + LVL2_OFFSET;
+#ifdef SHIP_DEBUG
toDbgBuf(my);
+#endif
}
#define SHIP_NODATASIZE 0x10
size = LVme_getL(my->lvme, my->currAddr);
lastAddr = my->currAddr + size;
-#ifdef SHIP_DEBUG
+#ifndef SHIP_DEBUG
assert(size < sizeof(uint32_t) * 0x1600); /* whereever the 0x1600 comes from */
#else
if (my->isDoomed) {