mirror of https://github.com/rusefi/lua.git
details.
This commit is contained in:
parent
621322a305
commit
5c0e5fd36d
4
func.h
4
func.h
|
@ -1,3 +1,7 @@
|
||||||
|
/*
|
||||||
|
** $Id: $
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef func_h
|
#ifndef func_h
|
||||||
#define func_h
|
#define func_h
|
||||||
|
|
||||||
|
|
3
hash.h
3
hash.h
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue