BUG: fixes for hp

This commit is contained in:
Bill Hoffman
2003-03-11 15:25:50 -05:00
parent 729bc4cb6d
commit 0f19623edd
5 changed files with 32 additions and 9 deletions

View File

@@ -29,8 +29,13 @@
/****************************************************************************
* Author: Juergen Pfeifer <juergen.pfeifer@gmx.net> 1995,1997 *
****************************************************************************/
#include "form.priv.h"
#if defined(__hpux)
#define _XOPEN_SOURCE_EXTENDED
#endif
#include "form.priv.h"
#if defined(__hpux)
#undef _XOPEN_SOURCE_EXTENDED
#endif
MODULE_ID("$Id$")
/*----------------------------------------------------------------------------
@@ -50,7 +55,7 @@ int set_field_ ## name (FIELD * field, chtype attr)\
res = _nc_Synchronize_Attributes( field );\
}\
else\
res = E_OK;\
res = E_OK;\
}\
RETURN(res);\
}