no more use of stdio inside the core (except for `tostring'...)
This commit is contained in:
3
llex.c
3
llex.c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user