aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--func.h4
-rw-r--r--hash.h3
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 @@
1/*
2** $Id: $
3*/
4
1#ifndef func_h 5#ifndef func_h
2#define func_h 6#define func_h
3 7
diff --git a/hash.h b/hash.h
index 86660721..e2bd2233 100644
--- a/hash.h
+++ b/hash.h
@@ -1,8 +1,7 @@
1/* 1/*
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** $Id: hash.h,v 2.10 1996/02/12 18:32:40 roberto Exp roberto $
5** $Id: hash.h,v 2.9 1996/02/07 14:13:17 roberto Exp roberto $
6*/ 5*/
7 6
8#ifndef hash_h 7#ifndef hash_h