mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* st.c (hash_32a.c): reverted the original keywords.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5376745fb6
commit
9c6ff18f6c
1 changed files with 3 additions and 3 deletions
6
st.c
6
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 $
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue