summaryrefslogtreecommitdiff
path: root/lfunc.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-12-27 15:33:22 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-12-27 15:33:22 -0200
commitacdb0b741e31adebfa4f608f8bf23e65fa68d741 (patch)
treea4f3bb695c4b2ae03ef8e02d15953bc12de25a9d /lfunc.h
parent5b08fcd5a1392a7440cae91e68f350a44b136806 (diff)
downloadlua-github-acdb0b741e31adebfa4f608f8bf23e65fa68d741.tar.gz
comments.
Diffstat (limited to 'lfunc.h')
-rw-r--r--lfunc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lfunc.h b/lfunc.h
index a7ff5fc7..9b862b14 100644
--- a/lfunc.h
+++ b/lfunc.h
@@ -1,6 +1,6 @@
/*
-** $Id: lfunc.h,v 1.8 1999/10/14 19:46:57 roberto Exp roberto $
-** Lua Function structures
+** $Id: lfunc.h,v 1.9 1999/11/22 13:12:07 roberto Exp roberto $
+** Auxiliary functions to manipulate prototypes and closures
** See Copyright Notice in lua.h
*/