i hate []

This commit is contained in:
rsc 2004-04-20 01:42:20 +00:00
parent a196bf0577
commit e637c944fe
5 changed files with 150 additions and 118 deletions

View file

@ -76,6 +76,7 @@ enum
TSTRING,
TLIST,
TCODE,
NUMT,
};
struct Type
@ -211,6 +212,8 @@ void gc(void);
char* getstatus(int);
void* gmalloc(long);
void indir(Map*, ulong, char, Node*);
void initexpr(void);
void initprint(void);
void installbuiltin(void);
void kinit(void);
int Zfmt(Fmt*);
@ -311,4 +314,5 @@ enum
OFMT,
OEVAL,
OWHAT,
NUMO,
};