diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-03-08 09:04:04 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-03-08 09:04:04 -0300 |
commit | 5c0e5fd36d87e91ec65af3d3b791e64941e13b86 (patch) | |
tree | a660b01c0da9576d0b158c981aacdbb901b058ff /hash.h | |
parent | 621322a305b75af390495c7c3c767ce24b5892b5 (diff) | |
download | lua-5c0e5fd36d87e91ec65af3d3b791e64941e13b86.tar.gz lua-5c0e5fd36d87e91ec65af3d3b791e64941e13b86.tar.bz2 lua-5c0e5fd36d87e91ec65af3d3b791e64941e13b86.zip |
details.
Diffstat (limited to 'hash.h')
-rw-r--r-- | hash.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,8 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | ** hash.h | 2 | ** hash.h |
3 | ** hash manager for lua | 3 | ** hash manager for lua |
4 | ** Luiz Henrique de Figueiredo - 17 Aug 90 | 4 | ** $Id: hash.h,v 2.10 1996/02/12 18:32:40 roberto Exp roberto $ |
5 | ** $Id: hash.h,v 2.9 1996/02/07 14:13:17 roberto Exp roberto $ | ||
6 | */ | 5 | */ |
7 | 6 | ||
8 | #ifndef hash_h | 7 | #ifndef hash_h |