Use OK as return value for del_curterm fallback

darcs-hash:20060828100046-ac50b-e52e7181ffb6fa5b1b3162ac3ae0aacc9bf7f5a3.gz
This commit is contained in:
axel 2006-08-28 20:00:46 +10:00
parent f771fce892
commit d7c3d2acbf

View File

@ -304,7 +304,7 @@ size_t wcslcpy( wchar_t *dst, const wchar_t *src, size_t siz );
/**
BSD del_curterm seems to do a double-free. We redefine it as a no-op
*/
#define del_curterm(oterm) 1
#define del_curterm(oterm) OK
#endif
#ifndef HAVE_LRAND48_R