summaryrefslogtreecommitdiff
path: root/lmathlib.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-12-04 15:38:31 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-12-04 15:38:31 -0200
commit27c6b4d42212eb0da07d9326470220818bb7b75f (patch)
tree8c2617a6a5bb0cfd8bbc75b8aba6e6308a9c8911 /lmathlib.c
parent0bb8eb51517ef63c65fb986d711c3163ad0be38f (diff)
downloadlua-27c6b4d42212eb0da07d9326470220818bb7b75f.tar.gz
lua-27c6b4d42212eb0da07d9326470220818bb7b75f.tar.bz2
lua-27c6b4d42212eb0da07d9326470220818bb7b75f.zip
each .c file defines its own name
Diffstat (limited to 'lmathlib.c')
-rw-r--r--lmathlib.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lmathlib.c b/lmathlib.c
index 2a882b49..ce8b04c3 100644
--- a/lmathlib.c
+++ b/lmathlib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lmathlib.c,v 1.51 2002/08/14 20:10:33 roberto Exp roberto $ 2** $Id: lmathlib.c,v 1.52 2002/11/14 15:41:38 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*/
@@ -8,6 +8,8 @@
8#include <stdlib.h> 8#include <stdlib.h>
9#include <math.h> 9#include <math.h>
10 10
11#define lmathlib_c
12
11#include "lua.h" 13#include "lua.h"
12 14
13#include "lauxlib.h" 15#include "lauxlib.h"