better use of extra include files (both for tests and for old_ansi)

This commit is contained in:
Roberto Ierusalimschy
2001-02-06 14:01:29 -02:00
parent d444153dbe
commit 1f917e709c
5 changed files with 118 additions and 136 deletions

7
lvm.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: lvm.c,v 1.163 2001/02/01 17:39:55 roberto Exp roberto $
** $Id: lvm.c,v 1.164 2001/02/02 15:13:05 roberto Exp roberto $
** Lua virtual machine
** See Copyright Notice in lua.h
*/
@@ -25,11 +25,6 @@
#include "lvm.h"
#ifdef OLD_ANSI
#define strcoll(a,b) strcmp(a,b)
#endif
/*
** Extra stack size to run a function: