mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Now it is used only for wheter `opt_paren_args` is `none`. Introduce a new special node to distinguish an empty parentheses from it .
7 lines
164 B
C
7 lines
164 B
C
#ifndef RIPPER_INIT_H
|
|
#define RIPPER_INIT_H
|
|
|
|
PRINTF_ARGS(void ripper_compile_error(struct parser_params*, const char *fmt, ...), 2, 3);
|
|
|
|
#endif /* RIPPER_INIT_H */
|