lua

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

commit a71c0ab8613bb8f14c91f9c3fc05e68c9a982206
parent 04ba6ea83be2408ddc287db7fe69393bd31d171b
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Wed, 20 May 2015 13:22:05 -0300

detail (removed useless '#include')

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

diff --git a/ltable.c b/ltable.c @@ -1,5 +1,5 @@ /* -** $Id: ltable.c,v 2.108 2015/03/30 19:51:00 roberto Exp roberto $ +** $Id: ltable.c,v 2.109 2015/04/02 21:09:51 roberto Exp roberto $ ** Lua tables (hash) ** See Copyright Notice in lua.h */ @@ -23,7 +23,6 @@ ** Hence even when the load factor reaches 100%, performance remains good. */ -#include <float.h> #include <math.h> #include <limits.h>