ext/amp/support/support.c in amp-0.5.2 vs ext/amp/support/support.c in amp-0.5.3

- old
+ new

@@ -219,10 +219,10 @@ * Initializes the Support module's C extension. * This function is the entry point to the module - when the code is require'd, * this function is run. All we need to do is add the new methods, and look up the * symbols for to_dirstate_symbol. */ -void Init_Support() { +void Init_CSupport() { if (little_endian == -1) little_endian = (ntohl(8) != 8); // methods added to String class rb_define_method(rb_cString, "unhexlify", amp_string_unhexlify, 0);