1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00
This commit is contained in:
Roberto Ierusalimschy
1996-03-08 09:04:04 -03:00
parent 621322a305
commit 5c0e5fd36d
2 changed files with 5 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
/*
** $Id: $
*/
#ifndef func_h
#define func_h
+1 -2
View File
@@ -1,8 +1,7 @@
/*
** hash.h
** hash manager for lua
** Luiz Henrique de Figueiredo - 17 Aug 90
** $Id: hash.h,v 2.9 1996/02/07 14:13:17 roberto Exp roberto $
** $Id: hash.h,v 2.10 1996/02/12 18:32:40 roberto Exp roberto $
*/
#ifndef hash_h