new header "lex.h".

This commit is contained in:
Roberto Ierusalimschy
1996-02-13 14:30:39 -03:00
parent 772f25d3dd
commit 0f4903a5d7
5 changed files with 15 additions and 25 deletions

View File

@@ -5,15 +5,14 @@
** Also provides some predefined lua functions.
*/
char *rcs_inout="$Id: inout.c,v 2.29 1996/02/07 14:13:47 roberto Exp roberto $";
char *rcs_inout="$Id: inout.c,v 2.30 1996/02/12 18:32:40 roberto Exp roberto $";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "mem.h"
#include "lex.h"
#include "opcode.h"
#include "hash.h"
#include "inout.h"
#include "table.h"
#include "tree.h"