浏览代码

include of math.h depends on luaconf

Roberto Ierusalimschy 20 年之前
父节点
当前提交
a77413acd0
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      lvm.c

+ 1 - 2
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>