diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-21 01:11:15 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-21 01:11:15 +0000 |
| commit | bb753d9bd6e33d87ae05d40ce93454b8af1933d7 (patch) | |
| tree | 2b80bc41169e886d8ca50c156220836663d4196a /regint.h | |
| parent | c0c304b1e89908785ee94cd20579ced5a3bd9f32 (diff) | |
* regcomp.c (print_enc_string): follow enclen's change.
* regcomp.c (onig_print_compiled_byte_code): ditto.
* regcomp.c (onig_print_compiled_byte_code): change prototype.
* regint.c (onig_print_compiled_byte_code): comment out.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regint.h')
| -rw-r--r-- | regint.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -788,7 +788,7 @@ typedef struct { extern OnigOpInfoType OnigOpInfo[]; -extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar** nextp, OnigEncoding enc)); +/* extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar* bpend, UChar** nextp, OnigEncoding enc)); */ #ifdef ONIG_DEBUG_STATISTICS extern void onig_statistics_init P_((void)); |
