ext/rubypython_bridge/rtop.c in rubypython-0.2.2 vs ext/rubypython_bridge/rtop.c in rubypython-0.2.3

- old
+ new

@@ -1,7 +1,7 @@ #include "rtop.h" -extern VALUE cRubyPyObject; +RUBY_EXTERN VALUE cRubyPyObject; PyObject* rtop_string(VALUE rString) { PyObject* pString; char *cString; \ No newline at end of file