compile_error    8742 ext/ripper/ripper.c 			    compile_error(PARSER_ARG "block given to yield");
compile_error    9256 ext/ripper/ripper.c 			    compile_error(PARSER_ARG "%"PRIsVALUE, err);
compile_error    11210 ext/ripper/ripper.c     compile_error(PARSER_ARG "%s%s""%s%.*s%s%s""%s%s",
compile_error    11942 ext/ripper/ripper.c 	compile_error(PARSER_ARG "unknown regexp option%s - %s",
compile_error    11960 ext/ripper/ripper.c 	compile_error(PARSER_ARG "invalid multibyte char (%s)", parser_encoding_name());
compile_error    12277 ext/ripper/ripper.c 		compile_error(PARSER_ARG "unterminated regexp meets end of file");
compile_error    12282 ext/ripper/ripper.c 		compile_error(PARSER_ARG "unterminated string meets end of file");
compile_error    12325 ext/ripper/ripper.c 	    compile_error(PARSER_ARG "unterminated here document identifier");
compile_error    12573 ext/ripper/ripper.c 	compile_error(PARSER_ARG "can't find string \"%s\" anywhere before EOF", eos);
compile_error    13379 ext/ripper/ripper.c 	compile_error(PARSER_ARG "incomplete character syntax");
compile_error    13475 ext/ripper/ripper.c 	    compile_error(PARSER_ARG "unterminated quoted string meets end of file");
compile_error    13676 ext/ripper/ripper.c 		compile_error(PARSER_ARG "`$' without identifiers is not allowed as a global variable name");
compile_error    13680 ext/ripper/ripper.c 		compile_error(PARSER_ARG "`$%c' is not allowed as a global variable name", c);
compile_error    13709 ext/ripper/ripper.c 	    compile_error(PARSER_ARG "`@' without identifiers is not allowed as an instance variable name");
compile_error    13712 ext/ripper/ripper.c 	    compile_error(PARSER_ARG "`@@' without identifiers is not allowed as a class variable name");
compile_error    13719 ext/ripper/ripper.c 	    compile_error(PARSER_ARG "`@%c' is not allowed as an instance variable name", c);
compile_error    13722 ext/ripper/ripper.c 	    compile_error(PARSER_ARG "`@@%c' is not allowed as a class variable name", c);
compile_error    14054 ext/ripper/ripper.c 			compile_error(PARSER_ARG "embedded document meets end of file");
compile_error    14501 ext/ripper/ripper.c 	    compile_error(PARSER_ARG  "Invalid char `\\x%02X' in expression", c);
compile_error    14685 ext/ripper/ripper.c 	compile_error(PARSER_ARG "string literal encodings differ (%s / %s)",
compile_error    14922 ext/ripper/ripper.c     compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to get", rb_id2str(id));
compile_error    14953 ext/ripper/ripper.c     compile_error(PARSER_ARG "identifier %s is not valid to get", rb_id2str(id));
compile_error    15090 ext/ripper/ripper.c 	compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to set", rb_id2str(id));
compile_error    15148 ext/ripper/ripper.c 	compile_error(PARSER_ARG "invalid local variable - %"PRIsVALUE,
compile_error    15167 ext/ripper/ripper.c 	compile_error(PARSER_ARG "both block arg and actual block given");
compile_error    15183 ext/ripper/ripper.c 	compile_error(PARSER_ARG "Can't set variable $%ld", node->nd_nth);
compile_error    15186 ext/ripper/ripper.c 	compile_error(PARSER_ARG "Can't set variable $%c", (int)node->nd_nth);
compile_error    15729 ext/ripper/ripper.c 	compile_error(PARSER_ARG "block argument should not be given");
compile_error    16325 ext/ripper/ripper.c     compile_error(PARSER_ARG
compile_error    16338 ext/ripper/ripper.c         compile_error(PARSER_ARG "%"PRIsVALUE, err);
compile_error    16412 ext/ripper/ripper.c 	    compile_error(PARSER_ARG "%"PRIsVALUE, m);
compile_error    3628 ext/ripper/ripper.y 			    compile_error(PARSER_ARG "block given to yield");
compile_error    4058 ext/ripper/ripper.y 			    compile_error(PARSER_ARG "%"PRIsVALUE, err);
compile_error    5461 ext/ripper/ripper.y     compile_error(PARSER_ARG "%s%s""%s%.*s%s%s""%s%s",
compile_error    6193 ext/ripper/ripper.y 	compile_error(PARSER_ARG "unknown regexp option%s - %s",
compile_error    6211 ext/ripper/ripper.y 	compile_error(PARSER_ARG "invalid multibyte char (%s)", parser_encoding_name());
compile_error    6528 ext/ripper/ripper.y 		compile_error(PARSER_ARG "unterminated regexp meets end of file");
compile_error    6533 ext/ripper/ripper.y 		compile_error(PARSER_ARG "unterminated string meets end of file");
compile_error    6576 ext/ripper/ripper.y 	    compile_error(PARSER_ARG "unterminated here document identifier");
compile_error    6824 ext/ripper/ripper.y 	compile_error(PARSER_ARG "can't find string \"%s\" anywhere before EOF", eos);
compile_error    7630 ext/ripper/ripper.y 	compile_error(PARSER_ARG "incomplete character syntax");
compile_error    7726 ext/ripper/ripper.y 	    compile_error(PARSER_ARG "unterminated quoted string meets end of file");
compile_error    7927 ext/ripper/ripper.y 		compile_error(PARSER_ARG "`$' without identifiers is not allowed as a global variable name");
compile_error    7931 ext/ripper/ripper.y 		compile_error(PARSER_ARG "`$%c' is not allowed as a global variable name", c);
compile_error    7960 ext/ripper/ripper.y 	    compile_error(PARSER_ARG "`@' without identifiers is not allowed as an instance variable name");
compile_error    7963 ext/ripper/ripper.y 	    compile_error(PARSER_ARG "`@@' without identifiers is not allowed as a class variable name");
compile_error    7970 ext/ripper/ripper.y 	    compile_error(PARSER_ARG "`@%c' is not allowed as an instance variable name", c);
compile_error    7973 ext/ripper/ripper.y 	    compile_error(PARSER_ARG "`@@%c' is not allowed as a class variable name", c);
compile_error    8305 ext/ripper/ripper.y 			compile_error(PARSER_ARG "embedded document meets end of file");
compile_error    8752 ext/ripper/ripper.y 	    compile_error(PARSER_ARG  "Invalid char `\\x%02X' in expression", c);
compile_error    8936 ext/ripper/ripper.y 	compile_error(PARSER_ARG "string literal encodings differ (%s / %s)",
compile_error    9173 ext/ripper/ripper.y     compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to get", rb_id2str(id));
compile_error    9204 ext/ripper/ripper.y     compile_error(PARSER_ARG "identifier %s is not valid to get", rb_id2str(id));
compile_error    9341 ext/ripper/ripper.y 	compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to set", rb_id2str(id));
compile_error    9399 ext/ripper/ripper.y 	compile_error(PARSER_ARG "invalid local variable - %"PRIsVALUE,
compile_error    9418 ext/ripper/ripper.y 	compile_error(PARSER_ARG "both block arg and actual block given");
compile_error    9434 ext/ripper/ripper.y 	compile_error(PARSER_ARG "Can't set variable $%ld", node->nd_nth);
compile_error    9437 ext/ripper/ripper.y 	compile_error(PARSER_ARG "Can't set variable $%c", (int)node->nd_nth);
compile_error    9980 ext/ripper/ripper.y 	compile_error(PARSER_ARG "block argument should not be given");
compile_error    10576 ext/ripper/ripper.y     compile_error(PARSER_ARG
compile_error    10589 ext/ripper/ripper.y         compile_error(PARSER_ARG "%"PRIsVALUE, err);
compile_error    10663 ext/ripper/ripper.y 	    compile_error(PARSER_ARG "%"PRIsVALUE, m);
compile_error    8703 parse.c        			    compile_error(PARSER_ARG "block given to yield");
compile_error    11134 parse.c            compile_error(PARSER_ARG "%s%s""%s%.*s%s%s""%s%s",
compile_error    11866 parse.c        	compile_error(PARSER_ARG "unknown regexp option%s - %s",
compile_error    11884 parse.c        	compile_error(PARSER_ARG "invalid multibyte char (%s)", parser_encoding_name());
compile_error    12201 parse.c        		compile_error(PARSER_ARG "unterminated regexp meets end of file");
compile_error    12206 parse.c        		compile_error(PARSER_ARG "unterminated string meets end of file");
compile_error    12249 parse.c        	    compile_error(PARSER_ARG "unterminated here document identifier");
compile_error    12497 parse.c        	compile_error(PARSER_ARG "can't find string \"%s\" anywhere before EOF", eos);
compile_error    13303 parse.c        	compile_error(PARSER_ARG "incomplete character syntax");
compile_error    13399 parse.c        	    compile_error(PARSER_ARG "unterminated quoted string meets end of file");
compile_error    13600 parse.c        		compile_error(PARSER_ARG "`$' without identifiers is not allowed as a global variable name");
compile_error    13604 parse.c        		compile_error(PARSER_ARG "`$%c' is not allowed as a global variable name", c);
compile_error    13633 parse.c        	    compile_error(PARSER_ARG "`@' without identifiers is not allowed as an instance variable name");
compile_error    13636 parse.c        	    compile_error(PARSER_ARG "`@@' without identifiers is not allowed as a class variable name");
compile_error    13643 parse.c        	    compile_error(PARSER_ARG "`@%c' is not allowed as an instance variable name", c);
compile_error    13646 parse.c        	    compile_error(PARSER_ARG "`@@%c' is not allowed as a class variable name", c);
compile_error    13978 parse.c        			compile_error(PARSER_ARG "embedded document meets end of file");
compile_error    14425 parse.c        	    compile_error(PARSER_ARG  "Invalid char `\\x%02X' in expression", c);
compile_error    14609 parse.c        	compile_error(PARSER_ARG "string literal encodings differ (%s / %s)",
compile_error    14846 parse.c            compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to get", rb_id2str(id));
compile_error    14877 parse.c            compile_error(PARSER_ARG "identifier %s is not valid to get", rb_id2str(id));
compile_error    15014 parse.c        	compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to set", rb_id2str(id));
compile_error    15072 parse.c        	compile_error(PARSER_ARG "invalid local variable - %"PRIsVALUE,
compile_error    15091 parse.c        	compile_error(PARSER_ARG "both block arg and actual block given");
compile_error    15107 parse.c        	compile_error(PARSER_ARG "Can't set variable $%ld", node->nd_nth);
compile_error    15110 parse.c        	compile_error(PARSER_ARG "Can't set variable $%c", (int)node->nd_nth);
compile_error    15653 parse.c        	compile_error(PARSER_ARG "block argument should not be given");
compile_error    16249 parse.c            compile_error(PARSER_ARG
compile_error    16262 parse.c                compile_error(PARSER_ARG "%"PRIsVALUE, err);
compile_error    16336 parse.c        	    compile_error(PARSER_ARG "%"PRIsVALUE, m);
compile_error    3628 parse.y        			    compile_error(PARSER_ARG "block given to yield");
compile_error    5461 parse.y            compile_error(PARSER_ARG "%s%s""%s%.*s%s%s""%s%s",
compile_error    6193 parse.y        	compile_error(PARSER_ARG "unknown regexp option%s - %s",
compile_error    6211 parse.y        	compile_error(PARSER_ARG "invalid multibyte char (%s)", parser_encoding_name());
compile_error    6528 parse.y        		compile_error(PARSER_ARG "unterminated regexp meets end of file");
compile_error    6533 parse.y        		compile_error(PARSER_ARG "unterminated string meets end of file");
compile_error    6576 parse.y        	    compile_error(PARSER_ARG "unterminated here document identifier");
compile_error    6824 parse.y        	compile_error(PARSER_ARG "can't find string \"%s\" anywhere before EOF", eos);
compile_error    7630 parse.y        	compile_error(PARSER_ARG "incomplete character syntax");
compile_error    7726 parse.y        	    compile_error(PARSER_ARG "unterminated quoted string meets end of file");
compile_error    7927 parse.y        		compile_error(PARSER_ARG "`$' without identifiers is not allowed as a global variable name");
compile_error    7931 parse.y        		compile_error(PARSER_ARG "`$%c' is not allowed as a global variable name", c);
compile_error    7960 parse.y        	    compile_error(PARSER_ARG "`@' without identifiers is not allowed as an instance variable name");
compile_error    7963 parse.y        	    compile_error(PARSER_ARG "`@@' without identifiers is not allowed as a class variable name");
compile_error    7970 parse.y        	    compile_error(PARSER_ARG "`@%c' is not allowed as an instance variable name", c);
compile_error    7973 parse.y        	    compile_error(PARSER_ARG "`@@%c' is not allowed as a class variable name", c);
compile_error    8305 parse.y        			compile_error(PARSER_ARG "embedded document meets end of file");
compile_error    8752 parse.y        	    compile_error(PARSER_ARG  "Invalid char `\\x%02X' in expression", c);
compile_error    8936 parse.y        	compile_error(PARSER_ARG "string literal encodings differ (%s / %s)",
compile_error    9173 parse.y            compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to get", rb_id2str(id));
compile_error    9204 parse.y            compile_error(PARSER_ARG "identifier %s is not valid to get", rb_id2str(id));
compile_error    9341 parse.y        	compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to set", rb_id2str(id));
compile_error    9399 parse.y        	compile_error(PARSER_ARG "invalid local variable - %"PRIsVALUE,
compile_error    9418 parse.y        	compile_error(PARSER_ARG "both block arg and actual block given");
compile_error    9434 parse.y        	compile_error(PARSER_ARG "Can't set variable $%ld", node->nd_nth);
compile_error    9437 parse.y        	compile_error(PARSER_ARG "Can't set variable $%c", (int)node->nd_nth);
compile_error    9980 parse.y        	compile_error(PARSER_ARG "block argument should not be given");
compile_error    10576 parse.y            compile_error(PARSER_ARG
compile_error    10589 parse.y                compile_error(PARSER_ARG "%"PRIsVALUE, err);
compile_error    10663 parse.y        	    compile_error(PARSER_ARG "%"PRIsVALUE, m);