aboutsummaryrefslogtreecommitdiff
path: root/lctype.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-07-15 09:50:29 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-07-15 09:50:29 -0300
commit32a12e2f3f18aeade5e2cd77eda67a261815246e (patch)
treefc01c8eb3566c967952bb2a85f1a4f7fcceb58d2 /lctype.h
parent559bb554c944ed166e363e522e48a71e60e1922d (diff)
downloadlua-32a12e2f3f18aeade5e2cd77eda67a261815246e.tar.gz
lua-32a12e2f3f18aeade5e2cd77eda67a261815246e.tar.bz2
lua-32a12e2f3f18aeade5e2cd77eda67a261815246e.zip
detail (cleaned whitespaces at end of lines)
Diffstat (limited to 'lctype.h')
-rw-r--r--lctype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lctype.h b/lctype.h
index 34bc222c..5dc17013 100644
--- a/lctype.h
+++ b/lctype.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lctype.h,v 1.10 2011/06/24 12:25:33 roberto Exp roberto $ 2** $Id: lctype.h,v 1.11 2011/06/27 18:22:46 roberto Exp roberto $
3** 'ctype' functions for Lua 3** 'ctype' functions for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -11,7 +11,7 @@
11 11
12 12
13/* 13/*
14** WARNING: the functions defined here do not necessarily correspond 14** WARNING: the functions defined here do not necessarily correspond
15** to the similar functions in the standard C ctype.h. They are 15** to the similar functions in the standard C ctype.h. They are
16** optimized for the specific needs of Lua 16** optimized for the specific needs of Lua
17*/ 17*/