summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-25 15:01:48 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-25 15:01:48 +0000
commit67355a8c56b8d3a44aa336a31ec3db116cba45e9 (patch)
treec9ee3a2a40a06581c37296a3c8435c1494cf5993 /variable.c
parent8a8d0b2cd1bfda4f6266e108da5f11cd3c54d1da (diff)
* string.c (rb_str_replace): add taint status infection
(OBJ_INFECT()). * string.c (rb_str_crypt): ditto. * string.c (rb_str_ljust): ditto. * string.c (rb_str_rjust): ditto. * string.c (rb_str_center): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/variable.c b/variable.c
index 47ea7ee0e7..b5a92dc6cb 100644
--- a/variable.c
+++ b/variable.c
@@ -16,6 +16,7 @@
#include "env.h"
#include "node.h"
#include "st.h"
+#include "util.h"
static st_table *rb_global_tbl;
st_table *rb_class_tbl;