diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-11-08 16:24:24 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-11-08 16:30:28 +0900 |
commit | 20971799f26c6466f63ab179ce2d3384155b9760 (patch) | |
tree | f73fc19a8615de76a8a28b940fea3e40657d4c81 /ast.c | |
parent | 6e72b72881b42e28d2f97ee023587e3d071fb64b (diff) |
Renamed `load_*.inc` as `*.rbinc` to utilize a suffix rule
Diffstat (limited to 'ast.c')
-rw-r--r-- | ast.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -681,7 +681,7 @@ ast_node_inspect(rb_execution_context_t *ec, VALUE self) return str; } -#include "load_ast.inc" +#include "ast.rbinc" void Init_ast(void) |