lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 5c0e5fd36d87e91ec65af3d3b791e64941e13b86
parent 621322a305b75af390495c7c3c767ce24b5892b5
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Fri,  8 Mar 1996 09:03:44 -0300

details.

Diffstat:
Mfunc.h | 4++++
Mhash.h | 3+--
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git 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 @@ -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