summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-09 07:14:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-09 07:14:13 +0000
commit001d3930199cd113a2fdd42c487a24a9775a4d34 ()
tree610b75bad591bd9d48f9222f1234c8f3eaf0f778
parentb2e82f2dfbb35fd643d6c4c6e0f738e5f51770ac (diff)
* id.h, include/ruby/{intern,oniguruma}.h, regenc.h, regparse.h,
template/*.tmpl: removed trailing garbage spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--id.h2
-rw-r--r--include/ruby/intern.h2
-rw-r--r--include/ruby/oniguruma.h4
-rw-r--r--regenc.h2
-rw-r--r--regparse.h2
-rw-r--r--template/id.h.tmpl2
-rw-r--r--template/insns.inc.tmpl2
-rw-r--r--template/insns_info.inc.tmpl4
-rw-r--r--template/known_errors.inc.tmpl2
-rw-r--r--template/minsns.inc.tmpl2
-rw-r--r--template/opt_sc.inc.tmpl2
-rw-r--r--template/optinsn.inc.tmpl2
-rw-r--r--template/optunifs.inc.tmpl4
-rw-r--r--template/vm.inc.tmpl2
-rw-r--r--template/vmtc.inc.tmpl2
-rw-r--r--template/yasmdata.rb.tmpl2
16 files changed, 19 insertions, 19 deletions
@@ -1,7 +1,7 @@
/* DO NOT EDIT THIS FILE DIRECTLY */
/**********************************************************************
- id.h -
$Author: ko1 $
created at: Thu Jul 12 04:38:07 2007
@@ -28,7 +28,7 @@ extern "C" {
#endif
#include "ruby/st.h"
-/*
* Functions and variables that are used by more than one source file of
* the kernel.
*/
@@ -146,7 +146,7 @@ typedef struct {
OnigCodePoint one_or_more_time;
OnigCodePoint anychar_anytime;
} OnigMetaCharTableType;
-
typedef int (*OnigApplyAllCaseFoldFunc)(OnigCodePoint from, OnigCodePoint* to, int to_len, void* arg);
typedef struct OnigEncodingTypeST {
@@ -495,7 +495,7 @@ ONIG_EXTERN const OnigSyntaxType* OnigDefaultSyntax;
#define ONIGERR_DEFAULT_ENCODING_IS_NOT_SETTED -21
#define ONIGERR_SPECIFIED_ENCODING_CANT_CONVERT_TO_WIDE_CHAR -22
/* general error */
-#define ONIGERR_INVALID_ARGUMENT -30
/* syntax error */
#define ONIGERR_END_PATTERN_AT_LEFT_BRACE -100
#define ONIGERR_END_PATTERN_AT_LEFT_BRACKET -101
@@ -181,7 +181,7 @@ ONIG_EXTERN const unsigned short OnigEncAsciiCtypeTable[];
#define ONIGENC_IS_ASCII_CODE_CASE_AMBIG(code) \
(ONIGENC_IS_ASCII_CODE_CTYPE(code, ONIGENC_CTYPE_UPPER) ||\
ONIGENC_IS_ASCII_CODE_CTYPE(code, ONIGENC_CTYPE_LOWER))
-
#ifdef ONIG_ENC_REGISTER
extern int ONIG_ENC_REGISTER(const char *, OnigEncodingType*);
#define OnigEncodingName(n) encoding_##n
@@ -192,7 +192,7 @@ typedef struct {
AbsAddrType call_addr;
/* for multiple call reference */
OnigDistance min_len; /* min length (byte) */
- OnigDistance max_len; /* max length (byte) */
int char_len; /* character length */
int opt_count; /* referenced count in optimize_node_left() */
} EncloseNode;
@@ -2,7 +2,7 @@
/* DO NOT EDIT THIS FILE DIRECTLY */
/**********************************************************************
- id.h -
$Author$
created at: Sun Oct 19 21:12:51 2008
@@ -1,6 +1,6 @@
/** -*-c-*-
This file contains YARV instructions list.
-
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
@@ -1,10 +1,10 @@
/** -*-c-*-
This file contains instruction information for yarv instruction sequence.
-
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
-
If you want to fix something, you must edit 'template/insns_info.inc.tmpl'
or insns2vm.rb
*/
@@ -1,4 +1,4 @@
-/** -*-c-*-
* DO NOT EDIT
* This file is automatically generated by tools/generic_erb.rb from
* template/known_errors.inc.tmpl and defs/known_errors.def.
@@ -1,6 +1,6 @@
/** -*-c-*-
This file contains YARV instructions list, to define YARVCore::Instructions.
-
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
@@ -3,7 +3,7 @@
/*******************************************************************/
/**
This file is for threaded code.
-
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
@@ -3,7 +3,7 @@
/*******************************************************************/
/**
This file is for threaded code.
-
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
@@ -3,7 +3,7 @@
/*******************************************************************/
/**
This file is for threaded code.
-
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
@@ -21,7 +21,7 @@
UNIFIED_insn_name_1,
UNIFIED_insn_name_2, ...};
...
-
static const int *const *const unified_insns_data[] = {
UNIFIED_insn_nameA,
UNIFIED_insn_nameB, ...};
@@ -3,7 +3,7 @@
/*******************************************************************/
/**
This file is VM main loop.
-
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
@@ -3,7 +3,7 @@
/*******************************************************************/
/**
This file is for threaded code.
-
----
This file is auto generated by insns2vm.rb
DO NOT TOUCH!
@@ -7,7 +7,7 @@ class VM
InsnID2NO = {
<%= insn_id2no %>
}
-
def self.id2insn_no id
if InsnID2NO.has_key? id
InsnID2NO[id]