Work around macro redefinition warning (darwin11-llvm-gcc-4.2).

This commit is contained in:
David Nadlinger
2012-01-23 21:39:45 +01:00
parent 032ab5c240
commit efcbe8390a
2 changed files with 5 additions and 1 deletions

View File

@@ -66,7 +66,9 @@ the target object file format:
#include <stdint.h>
#include <stdarg.h>
#include <stddef.h>
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS 1
#endif
#include <inttypes.h>
#include <stdarg.h>

View File

@@ -69,7 +69,9 @@ the target object file format:
#include <stdint.h>
#include <stdarg.h>
#include <stddef.h>
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS 1
#endif
#include <inttypes.h>
#include <stdarg.h>
@@ -237,7 +239,7 @@ struct Param
char *moduleDepsFile; // filename for deps output
OutBuffer *moduleDeps; // contents to be written to deps file
// Hidden debug switches
bool debuga;
bool debugb;