mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 10:40:07 +08:00
use "#if defined( HAV..." instead of "#if HAV..."
From-SVN: r36167
This commit is contained in:
parent
dc46505a00
commit
1e570a6a1b
@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include "fixlib.h"
|
||||
|
||||
#if HAVE_MMAP_FILE
|
||||
#if defined( HAVE_MMAP_FILE )
|
||||
#include <sys/mman.h>
|
||||
#define BAD_ADDR ((void*)-1)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user