File diff r15933:39e6324db57a → r15934:789c54d0000d
src/script/squirrel_std.hpp
Show inline comments
 
@@ -9,12 +9,14 @@
 

	
 
/** @file squirrel_std.hpp defines the Squirrel Standard Function class */
 

	
 
#ifndef SQUIRREL_STD_HPP
 
#define SQUIRREL_STD_HPP
 

	
 
#include "squirrel.hpp"
 

	
 
#if defined(__APPLE__)
 
/* Which idiotic system makes 'require' a macro? :s Oh well.... */
 
#undef require
 
#endif /* __APPLE__ */
 

	
 
/**