Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
456 B

  1. // Redefine these macros so argument index for ruby is done properly,
  2. // ignoring self and we get some more info about the input.
  3. #define %argfail_fmt(_type,_name,_argn) Ruby_Format_TypeError( "", _type, #_name, _argn, $input )
  4. #define %argnullref_fmt(_type,_name,_argn) Ruby_Format_TypeError(%nullref_fmt(), _type, #_name, _argn, $input)
  5. %{
  6. #define SWIG_RUBY_THREAD_BEGIN_BLOCK
  7. #define SWIG_RUBY_THREAD_END_BLOCK
  8. %}
  9. %include <typemaps/swigmacros.swg>