From 5c0e5fd36d87e91ec65af3d3b791e64941e13b86 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 8 Mar 1996 09:04:04 -0300 Subject: [PATCH] details. --- func.h | 4 ++++ hash.h | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/func.h b/func.h index 47763a31..d8d339bc 100644 --- a/func.h +++ b/func.h @@ -1,3 +1,7 @@ +/* +** $Id: $ +*/ + #ifndef func_h #define func_h diff --git a/hash.h b/hash.h index 86660721..e2bd2233 100644 --- a/hash.h +++ b/hash.h @@ -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