no more use of stdio inside the core (except for `tostring'...)

This commit is contained in:
Roberto Ierusalimschy
2002-06-03 11:09:57 -03:00
parent 5094c37988
commit ff91b355f4
4 changed files with 5 additions and 11 deletions

3
llex.c
View File

@@ -1,12 +1,11 @@
/*
** $Id: llex.c,v 1.101 2002/05/15 18:57:44 roberto Exp roberto $
** $Id: llex.c,v 1.102 2002/05/16 18:39:46 roberto Exp roberto $
** Lexical Analyzer
** See Copyright Notice in lua.h
*/
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include "lua.h"