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,5 +1,5 @@
/*
** $Id: liolib.c,v 2.26 2002/12/04 15:17:36 roberto Exp roberto $
** $Id: liolib.c,v 2.27 2002/12/04 15:27:17 roberto Exp roberto $
** Standard I/O (and system) library
** See Copyright Notice in lua.h
*/
@@ -12,6 +12,8 @@
#include <string.h>
#include <time.h>
#define liolib_c
#include "lua.h"
#include "lauxlib.h"