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

4
lgc.c
View File

@@ -1,11 +1,13 @@
/*
** $Id: lgc.c,v 1.164 2002/11/25 12:38:47 roberto Exp roberto $
** $Id: lgc.c,v 1.165 2002/12/02 12:06:10 roberto Exp roberto $
** Garbage Collector
** See Copyright Notice in lua.h
*/
#include <string.h>
#define lgc_c
#include "lua.h"
#include "ldebug.h"