mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02: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 .
6 lines
164 B
C
6 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 */
|