diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1995-10-06 11:11:10 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1995-10-06 11:11:10 -0300 |
commit | 233f0b0cc734912a29551994ada7d9844cf54d40 (patch) | |
tree | 3319da3ee74f64c46a63aafd5cdd3b315b10bb08 | |
parent | 025589f7720358802ed2ae2e017747dc6122a513 (diff) | |
download | lua-233f0b0cc734912a29551994ada7d9844cf54d40.tar.gz lua-233f0b0cc734912a29551994ada7d9844cf54d40.tar.bz2 lua-233f0b0cc734912a29551994ada7d9844cf54d40.zip |
definitions for Copyright and version notices
-rw-r--r-- | lua.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2,13 +2,18 @@ | |||
2 | ** LUA - Linguagem para Usuarios de Aplicacao | 2 | ** LUA - Linguagem para Usuarios de Aplicacao |
3 | ** Grupo de Tecnologia em Computacao Grafica | 3 | ** Grupo de Tecnologia em Computacao Grafica |
4 | ** TeCGraf - PUC-Rio | 4 | ** TeCGraf - PUC-Rio |
5 | ** $Id: lua.h,v 3.15 1995/01/18 20:15:05 celes Exp celes $ | 5 | ** $Id: lua.h,v 3.16 1995/01/27 17:19:06 celes Exp roberto $ |
6 | */ | 6 | */ |
7 | 7 | ||
8 | 8 | ||
9 | #ifndef lua_h | 9 | #ifndef lua_h |
10 | #define lua_h | 10 | #define lua_h |
11 | 11 | ||
12 | #define LUA_VERSION "Lua 2.1" | ||
13 | #define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf \n\ | ||
14 | (written by W. Celes, R. Ierusalimschy & L. H. de Figueiredo)" | ||
15 | |||
16 | |||
12 | /* Private Part */ | 17 | /* Private Part */ |
13 | 18 | ||
14 | typedef enum | 19 | typedef enum |