summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-09-23 00:51:32 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-09-23 00:51:32 +0000
commitf1f0f39e036daa8940996d2957f8756d4db08cdb (patch)
tree6217876c5f588c79c691c943566548c1e10ac61a /st.c
parent2c179216717d75837de7a6ff092fd773670f4d11 (diff)
* hash.c (rb_hash_rehash): replace st_foreach() by its deep
checking counterpart. [ruby-dev:24310] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'st.c')
-rw-r--r--st.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/st.c b/st.c
index 12ed401145..e4036f1025 100644
--- a/st.c
+++ b/st.c
@@ -3,7 +3,6 @@
/* static char sccsid[] = "@(#) st.c 5.1 89/12/14 Crucible"; */
#include "config.h"
-#include "defines.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>