aboutsummaryrefslogtreecommitdiff
path: root/lmathlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lmathlib.c')
-rw-r--r--lmathlib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lmathlib.c b/lmathlib.c
index 5c060218..76809b53 100644
--- a/lmathlib.c
+++ b/lmathlib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lmathlib.c,v 1.58 2003/10/10 12:57:55 roberto Exp roberto $ 2** $Id: lmathlib.c,v 1.59 2003/11/05 11:59:14 roberto Exp roberto $
3** Standard mathematical library 3** Standard mathematical library
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -9,6 +9,7 @@
9#include <math.h> 9#include <math.h>
10 10
11#define lmathlib_c 11#define lmathlib_c
12#define LUA_LIB
12 13
13#include "lua.h" 14#include "lua.h"
14 15