ext/geos_c_impl/preface.h in rgeo-2.4.0 vs ext/geos_c_impl/preface.h in rgeo-3.0.0.pre.rc.1
- old
+ new
@@ -45,5 +45,8 @@
#define RGEO_END_C }
#else
#define RGEO_BEGIN_C
#define RGEO_END_C
#endif
+
+// https://ozlabs.org/~rusty/index.cgi/tech/2008-04-01.html
+#define streq(a, b) (!strcmp((a),(b)))