Prevent leaking macros #76
This commit is contained in:
parent
623c64299a
commit
964342bff3
@ -89,5 +89,6 @@ namespace chaiscript
|
|||||||
|
|
||||||
#undef n
|
#undef n
|
||||||
#undef m
|
#undef m
|
||||||
|
#undef param
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
// and Jason Turner (jason@emptycrate.com)
|
// and Jason Turner (jason@emptycrate.com)
|
||||||
// http://www.chaiscript.com
|
// http://www.chaiscript.com
|
||||||
|
|
||||||
#ifndef __boxed_cast_hpp__
|
#ifndef CHAISCRIPT_BOXED_CAST_HPP_
|
||||||
#define __boxed_cast_hpp__
|
#define CHAISCRIPT_BOXED_CAST_HPP_
|
||||||
|
|
||||||
#include "type_info.hpp"
|
#include "type_info.hpp"
|
||||||
#include "boxed_value.hpp"
|
#include "boxed_value.hpp"
|
||||||
|
@ -114,6 +114,8 @@ namespace chaiscript
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#undef n
|
#undef n
|
||||||
|
#undef addparam
|
||||||
|
#undef curry
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -120,6 +120,10 @@ namespace chaiscript
|
|||||||
}
|
}
|
||||||
|
|
||||||
#undef n
|
#undef n
|
||||||
|
#undef gettypeinfo
|
||||||
|
#undef casthelper
|
||||||
|
#undef trycast
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user