summaryrefslogtreecommitdiff
path: root/ldo.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldo.c')
-rw-r--r--ldo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldo.c b/ldo.c
index a96cc388..cf1bd65a 100644
--- a/ldo.c
+++ b/ldo.c
@@ -1,10 +1,11 @@
1/* 1/*
2** $Id: ldo.c,v 2.13 2004/12/03 20:35:33 roberto Exp roberto $ 2** $Id: ldo.c,v 2.14 2005/02/18 12:40:02 roberto Exp roberto $
3** Stack and Call structure of Lua 3** Stack and Call structure of Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7 7
8#include <setjmp.h>
8#include <stdlib.h> 9#include <stdlib.h>
9#include <string.h> 10#include <string.h>
10 11