diff options
Diffstat (limited to 'usr.bin/lex/config.h')
-rw-r--r-- | usr.bin/lex/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/lex/config.h b/usr.bin/lex/config.h index fd5e13dac07..4086ceafff6 100644 --- a/usr.bin/lex/config.h +++ b/usr.bin/lex/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.6 2019/09/16 17:30:16 espie Exp $ */ +/* $OpenBSD: config.h,v 1.7 2019/10/31 00:45:07 miko Exp $ */ /* config.h. Generated from conf.in by configure. */ /* conf.in. Generated from configure.ac by autoheader. */ @@ -136,6 +136,8 @@ #define HAVE_ASSERT_H 1 +#define HAVE_DECL___FUNC__ 1 + /* Define to 1 if the system has the type `_Bool'. */ #define HAVE__BOOL 1 |