rb_compile_error 1367 parse.y        			    rb_compile_error("both block arg and actual block given");
rb_compile_error 1606 parse.y        			    rb_compile_error("both block arg and actual block given");
rb_compile_error 2290 parse.y            rb_compile_error("%s", msg);
rb_compile_error 2769 parse.y        	rb_compile_error("unknown regexp option%s - %s",
rb_compile_error 2917 parse.y        	rb_compile_error("unterminated string meets end of file");
rb_compile_error 2961 parse.y        	    rb_compile_error("unterminated here document identifier");
rb_compile_error 3036 parse.y        	rb_compile_error("can't find string \"%s\" anywhere before EOF", eos);
rb_compile_error 3223 parse.y        			rb_compile_error("embedded document meets end of file");
rb_compile_error 3347 parse.y        	    rb_compile_error("incomplete character syntax");
rb_compile_error 3938 parse.y        		rb_compile_error("unterminated quoted string meets end of file");
rb_compile_error 4090 parse.y        		rb_compile_error("`@%c' is not a valid instance variable name", c);
rb_compile_error 4093 parse.y        		rb_compile_error("`@@%c' is not a valid class variable name", c);
rb_compile_error 4104 parse.y        	    rb_compile_error("Invalid char `\\%03o' in expression", c);
rb_compile_error 4594 parse.y            rb_compile_error("identifier %s is not valid", rb_id2name(id));
rb_compile_error 4690 parse.y        	rb_compile_error("Can't set variable $%d", node->nd_nth);
rb_compile_error 4693 parse.y        	rb_compile_error("Can't set variable $%c", node->nd_nth);
rb_compile_error 5098 parse.y        	    rb_compile_error("block argument should not be given");
rb_compile_error 433 re.c           	rb_compile_error("%s: %s", err, RSTRING(desc)->ptr);