~ubuntu-branches/ubuntu/precise/lua5.2/precise-security

« back to all changes in this revision

Viewing changes to src/llimits.h

  • Committer: Package Import Robot
  • Author(s): Enrico Tassi
  • Date: 2011-12-24 11:44:39 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20111224114439-jxum1klruc87jgv1
Tags: 5.2.0-1
* Final 5.2 release
* Link the shared library with -lm and -ldl

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
** $Id: llimits.h,v 1.94 2011/11/29 15:39:48 roberto Exp $
 
2
** $Id: llimits.h,v 1.95 2011/12/06 16:58:36 roberto Exp $
3
3
** Limits, basic types, and some other `installation-dependent' definitions
4
4
** See Copyright Notice in lua.h
5
5
*/
269
269
 
270
270
 
271
271
 
272
 
#if (defined(ltable_c) || defined(luaall_c)) && !defined(luai_hashnum)
 
272
#if defined(ltable_c) && !defined(luai_hashnum)
273
273
 
274
274
#include <float.h>
275
275
#include <math.h>