зеркало из https://github.com/github/ruby.git
9 строки
224 B
C
9 строки
224 B
C
|
#ifndef RIPPER_INIT_H
|
||
|
#define RIPPER_INIT_H
|
||
|
|
||
|
VALUE ripper_get_value(VALUE v);
|
||
|
ID ripper_get_id(VALUE v);
|
||
|
PRINTF_ARGS(void ripper_compile_error(struct parser_params*, const char *fmt, ...), 2, 3);
|
||
|
|
||
|
#endif /* RIPPER_INIT_H */
|