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
ltm.c
View File

@@ -1,11 +1,10 @@
/*
** $Id: ltm.c,v 1.91 2002/05/20 19:51:06 roberto Exp roberto $
** $Id: ltm.c,v 1.92 2002/05/27 20:35:40 roberto Exp roberto $
** Tag methods
** See Copyright Notice in lua.h
*/
#include <stdio.h>
#include <string.h>
#include "lua.h"