aboutsummaryrefslogtreecommitdiff
path: root/strlib.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-10-18 16:34:47 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1994-10-18 16:34:47 -0200
commit1a6536aaadb8218493f763eafd83998ce41c5c70 (patch)
treeef7c2e2dab32d0152cce3f2532adb4b6e8ca4f2e /strlib.c
parentd7cb47fadf182e812f1f9db837dbeae0171ddbb9 (diff)
downloadlua-1a6536aaadb8218493f763eafd83998ce41c5c70.tar.gz
lua-1a6536aaadb8218493f763eafd83998ce41c5c70.tar.bz2
lua-1a6536aaadb8218493f763eafd83998ce41c5c70.zip
deletion of 'include mm.h'
Diffstat (limited to 'strlib.c')
-rw-r--r--strlib.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/strlib.c b/strlib.c
index 9f683362..0cd9104b 100644
--- a/strlib.c
+++ b/strlib.c
@@ -3,15 +3,12 @@
3** String library to LUA 3** String library to LUA
4*/ 4*/
5 5
6char *rcs_strlib="$Id: strlib.c,v 1.2 1994/03/28 15:14:02 celes Exp celes $"; 6char *rcs_strlib="$Id: strlib.c,v 1.3 1994/08/17 15:10:04 celes Exp roberto $";
7 7
8#include <stdlib.h> 8#include <stdlib.h>
9#include <string.h> 9#include <string.h>
10#include <ctype.h> 10#include <ctype.h>
11 11
12#include "mm.h"
13
14
15#include "lua.h" 12#include "lua.h"
16#include "lualib.h" 13#include "lualib.h"
17 14