From 52415e005774b24db461bce120c4770c87120f35 Mon Sep 17 00:00:00 2001 From: normal Date: Sat, 20 Feb 2016 06:39:14 +0000 Subject: doc/extension.rdoc: update paths for defs/ directory These files were moved in r19844 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/extension.rdoc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc') diff --git a/doc/extension.rdoc b/doc/extension.rdoc index d9a856384c..33fd6660b3 100644 --- a/doc/extension.rdoc +++ b/doc/extension.rdoc @@ -989,10 +989,10 @@ variable.c :: variables and constants == Ruby Syntax Parser -parse.y :: grammar definition -parse.c :: automatically generated from parse.y -keywords :: reserved keywords -lex.c :: automatically generated from keywords +parse.y :: grammar definition +parse.c :: automatically generated from parse.y +defs/keywords :: reserved keywords +lex.c :: automatically generated from keywords == Ruby Evaluator (a.k.a. YARV) @@ -1013,12 +1013,12 @@ lex.c :: automatically generated from keywords vm_insnhelper.c vm_method.c - opt_insns_unif.def : instruction unification - opt_operand.def : definitions for optimization + defs/opt_insns_unif.def : instruction unification + defs/opt_operand.def : definitions for optimization - -> insn*.inc : automatically generated - -> opt*.inc : automatically generated - -> vm.inc : automatically generated + -> insn*.inc : automatically generated + -> opt*.inc : automatically generated + -> vm.inc : automatically generated == Regular Expression Engine (Oniguruma) -- cgit v1.2.3