index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
func.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'func.h')
-rw-r--r--
func.h
4
1 files changed, 4 insertions, 0 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