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
func.h
View File

@ -1,3 +1,7 @@
/*
** $Id: $
*/
#ifndef func_h #ifndef func_h
#define func_h #define func_h

3
hash.h
View File

@ -1,8 +1,7 @@
/* /*
** hash.h ** hash.h
** hash manager for lua ** hash manager for lua
** Luiz Henrique de Figueiredo - 17 Aug 90 ** $Id: hash.h,v 2.10 1996/02/12 18:32:40 roberto Exp roberto $
** $Id: hash.h,v 2.9 1996/02/07 14:13:17 roberto Exp roberto $
*/ */
#ifndef hash_h #ifndef hash_h