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,11 +1,13 @@
/*
** $Id: dump.c,v 1.37 2002/08/07 00:36:03 lhf Exp lhf $
** $Id: ldump.c,v 1.1 2002/10/25 21:31:28 roberto Exp roberto $
** save bytecodes
** See Copyright Notice in lua.h
*/
#include <stddef.h>
#define ldump_c
#include "lua.h"
#include "lobject.h"