ext/json/ext/generator/unicode.c in json_pure-1.1.2 vs ext/json/ext/generator/unicode.c in json_pure-1.1.3

- old
+ new

@@ -1,6 +1,4 @@ -/* vim: set cin et sw=4 ts=4: */ - #include "unicode.h" #define unicode_escape(buffer, character) \ snprintf(buf, 7, "\\u%04x", (unsigned int) (character)); \ rb_str_buf_cat(buffer, buf, 6);