summaryrefslogtreecommitdiff
path: root/ext/ripper/ripper_init.h
blob: 664bb7bce368fc075204abfdfe8c9e938538ad6f (plain)
1
2
3
4
5
6
7
#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 */