1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/racc/cparse
nagachika 4868d4b439 merge revision(s) fa7a712d46:
Fix -Wundef warnings for HAVE_RB_EXT_RACTOR_SAFE

	* See [Feature #17752]
	---
	 ext/cgi/escape/escape.c  | 2 +-
	 ext/monitor/monitor.c    | 2 +-
	 ext/racc/cparse/cparse.c | 2 +-
	 ext/zlib/zlib.c          | 2 +-
	 4 files changed, 4 insertions(+), 4 deletions(-)
2022-02-19 14:25:50 +09:00
..
cparse.c merge revision(s) fa7a712d46: 2022-02-19 14:25:50 +09:00
depend sed -i '/rmodule.h/d' 2020-08-27 16:42:06 +09:00
extconf.rb Merge racc from upstream repository. 2020-02-27 13:33:51 +09:00
README

Racc Runtime README
===================

This directory contains a runtime library of
Racc parser generator.  If you want to generate
your own parser, you must get Racc full package.
Get it from:

  - http://i.loveruby.net/en/projects/racc
  - https://github.com/ruby/racc