mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
BUG: fixes for hp
This commit is contained in:
@@ -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);\
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user