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(
|
||||
VALUE self,
|
||||
VALUE name,
|
||||
ID name,
|
||||
rb_encoding *encoding,
|
||||
const char *ts,
|
||||
const char *te
|
||||
|
|
Loading…
Reference in New Issue