mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
add newlines at the end of header files to quiet GCC 4.0 warnings
This commit is contained in:
parent
a512a2dc3a
commit
33ec286583
16 changed files with 16 additions and 16 deletions
|
@ -28,4 +28,4 @@ VALUE rr_v82rb(int32_t value);
|
|||
|
||||
v8::Handle<v8::Value> rr_rb2v8(VALUE value);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
|
||||
void rr_init_v8_array();
|
||||
VALUE rr_reflect_v8_array(v8::Handle<v8::Value> value);
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -5,4 +5,4 @@ void rr_init_v8_callbacks();
|
|||
VALUE rr_v82rb(const v8::AccessorInfo& info);
|
||||
VALUE rr_v82rb(const v8::Arguments& arguments);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
|
||||
void rr_init_cxt();
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
|
||||
void rr_init_v8_date();
|
||||
VALUE rr_reflect_v8_date(v8::Handle<v8::Value> value);
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
|
||||
void rr_init_v8_exception();
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
void rr_init_v8_external();
|
||||
VALUE rr_reflect_v8_external(v8::Handle<v8::Value> value);
|
||||
v8::Handle<v8::Value> rr_v8_external_create(VALUE value);
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -9,4 +9,4 @@ void rr_init_func();
|
|||
|
||||
VALUE rr_reflect_v8_function(v8::Handle<v8::Value> value);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
void rr_init_msg();
|
||||
VALUE rr_reflect_v8_message(v8::Handle<v8::Message> value);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -8,4 +8,4 @@ extern VALUE rr_cV8_C_Object;
|
|||
void rr_init_obj();
|
||||
VALUE rr_reflect_v8_object(v8::Handle<v8::Value> value);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -25,4 +25,4 @@ template <class T> v8::Local<T> V8_Ref_Get(VALUE object) {
|
|||
return (T *)*ref->handle;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
|
||||
void rr_init_script();
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
void rr_init_str();
|
||||
|
||||
VALUE rr_reflect_v8_string(v8::Handle<v8::Value> value);
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
|
||||
void rr_init_template();
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
#define _RR_V8_TRY_CATCH_
|
||||
|
||||
void rr_init_v8_try_catch();
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -7,4 +7,4 @@ extern VALUE rr_cV8_C_Value;
|
|||
extern VALUE rr_cV8_C_Empty;
|
||||
void rr_init_value();
|
||||
VALUE rr_wrap_v8_value(v8::Handle<v8::Value>& value);
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue