macros 'luai_num*' (for float arithmetic operations) moved to

llimits.h.
This commit is contained in:
Roberto Ierusalimschy
2015-02-05 15:15:33 -02:00
parent 0edcdf49c0
commit c8d6cb0136
4 changed files with 53 additions and 46 deletions

3
lvm.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: lvm.c,v 2.232 2014/12/27 20:30:38 roberto Exp roberto $
** $Id: lvm.c,v 2.233 2015/01/16 16:54:37 roberto Exp roberto $
** Lua virtual machine
** See Copyright Notice in lua.h
*/
@@ -11,6 +11,7 @@
#include <limits.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>