new way to handle `profiles'

This commit is contained in:
Roberto Ierusalimschy
2001-03-26 11:31:49 -03:00
parent cb49b088b6
commit dd3a63c205
30 changed files with 208 additions and 120 deletions

3
llex.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: llex.c,v 1.82 2001/03/06 14:46:54 roberto Exp roberto $
** $Id: llex.c,v 1.83 2001/03/07 12:49:37 roberto Exp roberto $
** Lexical Analyzer
** See Copyright Notice in lua.h
*/
@@ -9,6 +9,7 @@
#include <stdio.h>
#include <string.h>
#define LUA_PRIVATE
#include "lua.h"
#include "llex.h"