Project

General

Profile

« Previous | Next » 

Revision b0eb5aa3

Added by shyouhei (Shyouhei Urabe) almost 5 years ago

RubyVM::CEscape#rstring2cstr: do not escape '

A single quote "is representable either by itself or by the escape
sequence", according to ISO/IEC 9899 (checked all versions). So this is
not a bug fix. But the generated output is a bit readable without
backslashes.