ruby/ext/ripper/ripper_init.h
yui-knk 38b8bdb8ea Remove undefined function's prototype declaration
89cfc152071 removed the definition of these functions.
2024-04-14 10:51:16 +09:00

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 */