lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 47e666c090d02291c2f36edf1dfdfb59798b7966
parent 3059579253d784a2bfeae2de9d5854a0814bc526
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Fri, 10 Aug 2007 09:55:39 -0300

no need for ctype.h

Diffstat:
Mlauxlib.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lauxlib.c b/lauxlib.c @@ -1,11 +1,10 @@ /* -** $Id: lauxlib.c,v 1.170 2007/06/22 15:33:54 roberto Exp roberto $ +** $Id: lauxlib.c,v 1.171 2007/06/22 15:39:34 roberto Exp roberto $ ** Auxiliary functions for building Lua libraries ** See Copyright Notice in lua.h */ -#include <ctype.h> #include <errno.h> #include <stdarg.h> #include <stdio.h>