summaryrefslogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-20 18:48:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-20 18:48:19 +0000
commit6bda013d6ce6943e9c864d1c87d1a50f439626dc (patch)
treedbaded7400e420567a3f1c0dc4175841f0bf74bf /st.c
parent7cd78f1d05372ff8ba333a7e5f2513456d4f4526 (diff)
downloadruby-6bda013d6ce6943e9c864d1c87d1a50f439626dc.tar.gz
ruby-6bda013d6ce6943e9c864d1c87d1a50f439626dc.tar.xz
ruby-6bda013d6ce6943e9c864d1c87d1a50f439626dc.zip
* st.c (hash_32a.c): reverted the original keywords.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'st.c')
-rw-r--r--st.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/st.c b/st.c
index 4c5d87a17..ffff26147 100644
--- a/st.c
+++ b/st.c
@@ -724,9 +724,9 @@ st_reverse_foreach(st_table *table, int (*func)(ANYARGS), st_data_t arg)
/*
* hash_32 - 32 bit Fowler/Noll/Vo FNV-1a hash code
*
- * @(#) $Revision$
- * @(#) $Id$
- * @(#) $Source: /src/ruby/st.c,v $
+ * @(#) $Hash32: Revision: 1.1 $
+ * @(#) $Hash32: Id: hash_32a.c,v 1.1 2003/10/03 20:38:53 chongo Exp $
+ * @(#) $Hash32: Source: /usr/local/src/cmd/fnv/RCS/hash_32a.c,v $
*
***
*