mirror of
https://github.com/ruby/ruby.git
synced 2025-08-27 06:56:13 +02:00
inline fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4c09e12b04
commit
3ea9ef023b
4 changed files with 14 additions and 14 deletions
4
parse.y
4
parse.y
|
@ -1849,6 +1849,8 @@ none : /* none */
|
|||
#include "regex.h"
|
||||
#include "util.h"
|
||||
|
||||
#define enc ruby_default_encoding
|
||||
|
||||
/* We remove any previous definition of `SIGN_EXTEND_CHAR',
|
||||
since ours (we hope) works properly with all combinations of
|
||||
machines, compilers, `char' and `unsigned char' argument types.
|
||||
|
@ -2045,7 +2047,7 @@ rb_compile_file(f, file, start)
|
|||
return yycompile(strdup(f), start);
|
||||
}
|
||||
|
||||
static INLINE int
|
||||
static inline int
|
||||
nextc()
|
||||
{
|
||||
int c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue