mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
8 lines
193 B
C
8 lines
193 B
C
#ifndef RIPPER_INIT_H
|
|
#define RIPPER_INIT_H
|
|
|
|
extern VALUE rb_ripper_none;
|
|
PRINTF_ARGS(void ripper_compile_error(struct parser_params*, const char *fmt, ...), 2, 3);
|
|
|
|
#endif /* RIPPER_INIT_H */
|