2009-09-01 14:25:15 +00:00
|
|
|
$OpenBSD: patch-src_cflex_c,v 1.5 2009/09/01 14:25:15 okan Exp $
|
|
|
|
--- src/cflex.c.orig Sat Apr 11 16:00:11 2009
|
|
|
|
+++ src/cflex.c Thu May 28 17:32:35 2009
|
|
|
|
@@ -4890,7 +4890,7 @@ static void yy_load_buffer_state (void)
|
2007-10-12 20:12:18 +00:00
|
|
|
}
|
2005-12-18 20:44:43 +00:00
|
|
|
|
|
|
|
#ifndef __cplusplus
|
2007-10-12 20:12:18 +00:00
|
|
|
-extern int isatty (int );
|
2005-12-18 20:44:43 +00:00
|
|
|
+#include <unistd.h>
|
2007-10-12 20:12:18 +00:00
|
|
|
#endif /* __cplusplus */
|
|
|
|
|
|
|
|
/* Initializes or reinitializes a buffer.
|