aboutsummaryrefslogtreecommitdiff
path: root/lcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcode.c')
-rw-r--r--lcode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lcode.c b/lcode.c
index 6997272f..5432f662 100644
--- a/lcode.c
+++ b/lcode.c
@@ -1,11 +1,11 @@
1/* 1/*
2** $Id: lcode.c,v 1.62 2001/02/12 19:21:19 roberto Exp roberto $ 2** $Id: lcode.c,v 1.63 2001/02/23 17:17:25 roberto Exp roberto $
3** Code generator for Lua 3** Code generator for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7 7
8#include "stdlib.h" 8#include <stdlib.h>
9 9
10#include "lua.h" 10#include "lua.h"
11 11