From 45c61f40b23b14e97428206e1b813eb813526e6f Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 25 May 1998 04:58:02 +0000 Subject: remove unused variables git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- intern.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'intern.h') diff --git a/intern.h b/intern.h index ad282557d4..4096338e1f 100644 --- a/intern.h +++ b/intern.h @@ -132,6 +132,8 @@ void thread_sleep_forever _((void)); VALUE thread_create _((VALUE (*)(), void*)); void thread_interrupt _((void)); void thread_trap_eval _((VALUE, int)); +int thread_select(); +void thread_wait_for(); /* file.c */ VALUE file_open _((char*, char*)); int eaccess _((char*, int)); @@ -255,6 +257,7 @@ VALUE str_taint _((VALUE)); VALUE str_tainted _((VALUE)); VALUE str_resize _((VALUE, int)); VALUE str_cat _((VALUE, char*, unsigned int)); +VALUE str_concat _((VALUE, VALUE)); int str_hash _((VALUE)); int str_cmp _((VALUE, VALUE)); VALUE str_upto _((VALUE, VALUE)); -- cgit v1.2.3