gallium: undef PACKAGE_* macros to silence warnings

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Brian Paul
2013-03-25 10:24:01 -06:00
parent c0f16df938
commit eb92f89587
@@ -40,6 +40,14 @@
#define __STDC_CONSTANT_MACROS
#endif
// Undef these vars just to silence warnings
#undef PACKAGE_BUGREPORT
#undef PACKAGE_NAME
#undef PACKAGE_STRING
#undef PACKAGE_TARNAME
#undef PACKAGE_VERSION
#include <stddef.h>
#include <llvm-c/Core.h>