defines for _ERRORMESSAGE and _ALERT

This commit is contained in:
Roberto Ierusalimschy
2000-05-09 11:50:16 -03:00
parent bad6365540
commit 44b71ca816
4 changed files with 17 additions and 13 deletions

6
lua.h
View File

@@ -1,5 +1,5 @@
/*
** $Id: lua.h,v 1.49 2000/05/08 19:32:53 roberto Exp roberto $
** $Id: lua.h,v 1.50 2000/05/08 19:37:10 roberto Exp roberto $
** Lua - An Extensible Extension Language
** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil
** e-mail: lua@tecgraf.puc-rio.br
@@ -16,6 +16,10 @@
#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"
#define LUA_ALERT "_ALERT"
#define LUA_ERRORMESSAGE "_ERRORMESSAGE"
#define LUA_NOREF (-2)
#define LUA_REFNIL (-1)