aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acid/acid.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-20 01:42:20 +0000
committerrsc <devnull@localhost>2004-04-20 01:42:20 +0000
commite637c944febf271252e59742aa108d6e0a527eb7 (patch)
treee4ace5415b3b978ceca3685d2ea3eebe855a9b76 /src/cmd/acid/acid.h
parenta196bf0577767d97165f01186b32b0913430a1fe (diff)
downloadplan9port-e637c944febf271252e59742aa108d6e0a527eb7.tar.gz
plan9port-e637c944febf271252e59742aa108d6e0a527eb7.tar.bz2
plan9port-e637c944febf271252e59742aa108d6e0a527eb7.zip
i hate []
Diffstat (limited to 'src/cmd/acid/acid.h')
-rw-r--r--src/cmd/acid/acid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/acid/acid.h b/src/cmd/acid/acid.h
index ae835ef9..a26781c0 100644
--- a/src/cmd/acid/acid.h
+++ b/src/cmd/acid/acid.h
@@ -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,
};