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: lopcodes.c,v 1.20 2002/06/12 14:51:31 roberto Exp roberto $
** $Id: lopcodes.c,v 1.21 2002/08/20 20:03:05 roberto Exp roberto $
** extracted automatically from lopcodes.h by mkprint.lua
** DO NOT EDIT
** See Copyright Notice in lua.h
*/
#define lopcodes_c
#include "lua.h"
#include "lobject.h"