[svn-r6722] Purpose:

removed specific code warrior debugging information


Platforms tested:
code warrior

Misc. update:
This commit is contained in:
Pedro Vicente Nunes 2003-04-21 17:27:36 -05:00
parent 8203a4ce4e
commit 48d942b756

View File

@ -218,9 +218,7 @@ test_tr1(hid_t file)
if (H5Tenum_insert(m_type, "WHITE", CPTR(eval, E1_WHITE))<0) goto error;
if (H5Tenum_insert(m_type, "BLACK", CPTR(eval, E1_BLACK))<0) goto error;
#if !defined (__WATCOMC__) || !defined(__MWERKS__)
assert(sizeof(c_e1)==sizeof(int));
#endif /* __WATCOMCC__ */
if ((f_type = H5Tcreate(H5T_ENUM, sizeof(c_e1)))<0) goto error;
if (H5Tenum_insert(f_type, "RED", CPTR(ival, 105))<0) goto error;
if (H5Tenum_insert(f_type, "GREEN", CPTR(ival, 104))<0) goto error;