mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
*.c: Int vs Long cleanup
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
022d1f123c
commit
ffc13a6525
26 changed files with 147 additions and 157 deletions
1
regex.h
1
regex.h
|
@ -185,7 +185,6 @@ typedef struct
|
|||
regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
|
||||
} regmatch_t;
|
||||
|
||||
|
||||
#ifdef __STDC__
|
||||
|
||||
extern char *re_compile_pattern (const char *, int, struct re_pattern_buffer *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue