aboutsummaryrefslogtreecommitdiff
path: root/linit.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-01-26 14:30:02 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-01-26 14:30:02 -0200
commitc4ea0c3b29252bcafeadf2f69532bdb67ab20bb9 (patch)
tree06ed5143f5724be72981ad6303d24c7f09e1cb46 /linit.c
parent7106c491dddbfc7b9986c3c91214acd56b066d7f (diff)
downloadlua-c4ea0c3b29252bcafeadf2f69532bdb67ab20bb9.tar.gz
lua-c4ea0c3b29252bcafeadf2f69532bdb67ab20bb9.tar.bz2
lua-c4ea0c3b29252bcafeadf2f69532bdb67ab20bb9.zip
detail (cleaning trailing spaces)
Diffstat (limited to 'linit.c')
-rw-r--r--linit.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/linit.c b/linit.c
index cc975ec3..a3c31a7b 100644
--- a/linit.c
+++ b/linit.c
@@ -1,16 +1,16 @@
1/* 1/*
2** $Id: linit.c,v 1.29 2010/10/25 14:32:36 roberto Exp roberto $ 2** $Id: linit.c,v 1.30 2010/11/12 15:48:30 roberto Exp roberto $
3** Initialization of libraries for lua.c and other clients 3** Initialization of libraries for lua.c and other clients
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7 7
8/* 8/*
9** If you embed Lua in your program and need to open the standard 9** If you embed Lua in your program and need to open the standard
10** libraries, call luaL_openlibs in your program. If you need a 10** libraries, call luaL_openlibs in your program. If you need a
11** different set of libraries, copy this file to your project and edit 11** different set of libraries, copy this file to your project and edit
12** it to suit your needs. 12** it to suit your needs.
13*/ 13*/
14 14
15 15
16#define linit_c 16#define linit_c