aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Celes <celes@tecgraf.puc-rio.br>1993-12-17 16:41:19 -0200
committerWaldemar Celes <celes@tecgraf.puc-rio.br>1993-12-17 16:41:19 -0200
commit26c3684c4f8614de517f5e2ed550972a5dcb5771 (patch)
treebfe277c143f2b920b5517c27d695c71c14846a51
parentb74cea9ebf5073d75a345e9205395f6ebae6b793 (diff)
downloadlua-26c3684c4f8614de517f5e2ed550972a5dcb5771.tar.gz
lua-26c3684c4f8614de517f5e2ed550972a5dcb5771.tar.bz2
lua-26c3684c4f8614de517f5e2ed550972a5dcb5771.zip
hash manager for lua
-rw-r--r--hash.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/hash.h b/hash.h
index 28c50317..0a66a492 100644
--- a/hash.h
+++ b/hash.h
@@ -2,8 +2,7 @@
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** Luiz Henrique de Figueiredo - 17 Aug 90
5** Modified by Waldemar Celes Filho 5** $Id: $
6** 26 Apr 93
7*/ 6*/
8 7
9#ifndef hash_h 8#ifndef hash_h