Created
October 7, 2011 20:59
-
-
Save charlax/1271339 to your computer and use it in GitHub Desktop.
Patch to install gaul on Mac Os X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/util/gaul/gaul_util.h b/util/gaul/gaul_util.h | |
index d81df51..74511d9 100755 | |
--- a/util/gaul/gaul_util.h | |
+++ b/util/gaul/gaul_util.h | |
@@ -175,6 +175,7 @@ typedef short _Bool; | |
#if HAVE__BOOL != 1 | |
typedef short _Bool; | |
#endif | |
+typedef short _Bool; | |
#define boolean _Bool | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment