each .c file defines its own name

This commit is contained in:
Roberto Ierusalimschy
2002-12-04 15:38:31 -02:00
parent 0bb8eb5151
commit 27c6b4d422
28 changed files with 84 additions and 28 deletions

View File

@@ -1,10 +1,14 @@
/*
** $Id: lstate.c,v 1.115 2002/11/21 15:16:04 roberto Exp roberto $
** $Id: lstate.c,v 1.116 2002/11/22 17:16:52 roberto Exp roberto $
** Global State
** See Copyright Notice in lua.h
*/
#include <stdlib.h>
#define lstate_c
#include "lua.h"
#include "ldebug.h"