Use ID instead of VALUE for callback names in C.
This commit is contained in:
parent
3e05593536
commit
33c46a1841
|
@ -38,7 +38,7 @@ ID id_literal_html_element_p;
|
||||||
*/
|
*/
|
||||||
void liboga_xml_lexer_callback(
|
void liboga_xml_lexer_callback(
|
||||||
VALUE self,
|
VALUE self,
|
||||||
VALUE name,
|
ID name,
|
||||||
rb_encoding *encoding,
|
rb_encoding *encoding,
|
||||||
const char *ts,
|
const char *ts,
|
||||||
const char *te
|
const char *te
|
||||||
|
|
Loading…
Reference in New Issue