* src/lex.c (read_typename): New function.

(lex): Use it.
* src/reader.c (copy_dollar): Likewise.
This commit is contained in:
Akim Demaille
2000-10-16 18:08:35 +00:00
parent 550a72a3be
commit f282676b7e
5 changed files with 50 additions and 37 deletions

View File

@@ -39,7 +39,10 @@ typedef struct bucket
{
struct bucket *link;
struct bucket *next;
/* The key, name of the symbol. */
char *tag;
/* Its type. */
char *type_name;
short value;
short prec;