lua

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

commit 9de384e27a86431b02a78bdbdef0adccf0d9338d
parent 4b526045fa143923fb66c3b1e19901cf6f5d2c73
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Tue, 28 Oct 2014 15:27:25 -0200

removed useless 'include math.h'

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

diff --git a/lapi.c b/lapi.c @@ -1,11 +1,10 @@ /* -** $Id: lapi.c,v 2.238 2014/10/17 19:17:55 roberto Exp roberto $ +** $Id: lapi.c,v 2.239 2014/10/25 11:50:46 roberto Exp roberto $ ** Lua API ** See Copyright Notice in lua.h */ -#include <math.h> #include <stdarg.h> #include <string.h>