fix warning.

This commit is contained in:
Vitor Santos Costa 2009-06-04 10:26:27 -05:00
parent 5a4d16790d
commit b5a5e10544

View File

@ -940,7 +940,7 @@ X_API int PL_raise_exception(term_t exception)
#define ERR_CHARS_TYPE 37 /* char *, term */ #define ERR_CHARS_TYPE 37 /* char *, term */
#define ERR_MUST_BE_VAR 38 /* int argn, term_t term */ #define ERR_MUST_BE_VAR 38 /* int argn, term_t term */
char * static char *
OsError(void) OsError(void)
{ {
#ifdef HAVE_STRERROR #ifdef HAVE_STRERROR