commit | e637c944febf271252e59742aa108d6e0a527eb7 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Tue Apr 20 01:42:20 2004 +0000 |
committer | rsc <devnull@localhost> | Tue Apr 20 01:42:20 2004 +0000 |
tree | e4ace5415b3b978ceca3685d2ea3eebe855a9b76 | |
parent | a196bf0577767d97165f01186b32b0913430a1fe [diff] [blame] |
i hate []
diff --git a/src/cmd/acid/acid.h b/src/cmd/acid/acid.h index ae835ef..a26781c 100644 --- a/src/cmd/acid/acid.h +++ b/src/cmd/acid/acid.h
@@ -76,6 +76,7 @@ TSTRING, TLIST, TCODE, + NUMT, }; struct Type @@ -211,6 +212,8 @@ 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 @@ OFMT, OEVAL, OWHAT, + NUMO, };