Skip to content

Instantly share code, notes, and snippets.

@charlax
Created October 7, 2011 20:59
Show Gist options
  • Save charlax/1271339 to your computer and use it in GitHub Desktop.
Save charlax/1271339 to your computer and use it in GitHub Desktop.
Patch to install gaul on Mac Os X
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