summaryrefslogtreecommitdiff
path: root/lobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.c')
-rw-r--r--lobject.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lobject.c b/lobject.c
index 65e3153d..71607c34 100644
--- a/lobject.c
+++ b/lobject.c
@@ -1,11 +1,12 @@
1/* 1/*
2** $Id: lobject.c,v 2.7 2004/11/24 19:16:03 roberto Exp roberto $ 2** $Id: lobject.c,v 2.8 2005/01/10 18:17:39 roberto Exp roberto $
3** Some generic functions over Lua objects 3** Some generic functions over Lua objects
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7#include <ctype.h> 7#include <ctype.h>
8#include <stdarg.h> 8#include <stdarg.h>
9#include <stdio.h>
9#include <stdlib.h> 10#include <stdlib.h>
10#include <string.h> 11#include <string.h>
11 12