Use ID instead of VALUE for callback names in C.

This commit is contained in:
Yorick Peterse 2015-03-04 00:09:15 +01:00
parent 3e05593536
commit 33c46a1841
1 changed files with 1 additions and 1 deletions

View File

@ -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