PR toolchain/53511
_NETBSD_SOURCE and nbtool_config.h don't play well together... (unbreak tools build on netbsd host)
This commit is contained in:
parent
f0f814936b
commit
6a9b9ce521
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: flexdef.h,v 1.4 2018/08/20 08:51:56 christos Exp $ */
|
||||
/* $NetBSD: flexdef.h,v 1.5 2018/08/20 10:24:17 kre Exp $ */
|
||||
|
||||
/* flexdef - definitions file for flex */
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
|||
#ifndef FLEXDEF_H
|
||||
#define FLEXDEF_H 1
|
||||
|
||||
#if HAVE_NBTOOL_CONFIG_H
|
||||
#if !defined(_NETBSD_SOURCE) && HAVE_NBTOOL_CONFIG_H
|
||||
#include "nbtool_config.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue