lua

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

commit a77413acd0735754ffedde30bd09d86897964534
parent 5dbb87081520de93b54f35969ca84598f70a5673
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Mon,  3 Oct 2005 11:01:04 -0300

include of math.h depends on luaconf

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

diff --git a/lvm.c b/lvm.c @@ -1,11 +1,10 @@ /* -** $Id: lvm.c,v 2.54 2005/08/29 20:49:21 roberto Exp roberto $ +** $Id: lvm.c,v 2.55 2005/09/09 18:23:35 roberto Exp roberto $ ** Lua virtual machine ** See Copyright Notice in lua.h */ -#include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h>