1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* vm_core.h: removed trailing garbage spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-12-09 07:17:10 +00:00
parent 001d393019
commit 9e8367ad46

View file

@ -1,6 +1,6 @@
/**********************************************************************
vm_core.h -
vm_core.h -
$Author$
created at: 04/01/01 19:41:38 JST
@ -141,7 +141,7 @@ struct rb_iseq_struct {
int local_table_size;
/* method, class frame: sizeof(vars) + 1, block frame: sizeof(vars) */
int local_size;
int local_size;
/**
* argument information
@ -194,7 +194,7 @@ struct rb_iseq_struct {
VALUE orig; /* non-NULL if its data have origin */
/* block inlining */
/*
/*
* NODE *node;
* void *special_block_builder;
* void *cached_special_block_builder;
@ -250,7 +250,7 @@ typedef struct rb_vm_struct {
VALUE load_path;
VALUE loaded_features;
struct st_table *loading_table;
/* signal */
struct {
VALUE cmd;
@ -339,7 +339,7 @@ typedef struct rb_thread_struct
int safe_level;
int raised_flag;
VALUE last_status; /* $? */
/* passing state */
int state;