diff options
author | miko <miko@cvs.openbsd.org> | 2019-10-31 00:45:08 +0000 |
---|---|---|
committer | miko <miko@cvs.openbsd.org> | 2019-10-31 00:45:08 +0000 |
commit | f9fc4fa2989a2d42827723c29dca5494e53e4ce6 (patch) | |
tree | e201c61e7b9993dd7fc236526258826b196b7560 /usr.bin/lex | |
parent | 0ca4ed7a17a0e24be56f33c9b909c92aa03c601d (diff) |
declare HAVE_DECL___FUNC__ so flex_die() output can include __func__.
ok millert@
Diffstat (limited to 'usr.bin/lex')
-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 |