src/squirrel_std.hpp
branchnoai
changeset 9591 cd88f4b7cba0
parent 9577 8e93be390b45
child 10938 df6235dd2b7a
--- a/src/squirrel_std.hpp	Sat Apr 14 09:48:23 2007 +0000
+++ b/src/squirrel_std.hpp	Sat Apr 14 19:20:17 2007 +0000
@@ -5,6 +5,11 @@
 #ifndef SQUIRREL_STD_HPP
 #define SQUIRREL_STD_HPP
 
+#if defined(__APPLE__)
+/* Which idiotic system makes 'require' a macro? :s Oh well.... */
+#undef require
+#endif /* __APPLE__ */
+
 /**
  * By default we want to give a set of standard commands to a SQ script.
  * Most of them are easy wrappers around internal functions. Of course we