summaryrefslogtreecommitdiffstats
path: root/src/cmd/acid/expr.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-20 02:03:38 +0000
committerrsc <devnull@localhost>2004-04-20 02:03:38 +0000
commita0f1e21ff939612898d63ae2245e47dffc1a8153 (patch)
tree581f62db3bad2c54d60cb54b6e577787f55071af /src/cmd/acid/expr.c
parente637c944febf271252e59742aa108d6e0a527eb7 (diff)
downloadplan9port-a0f1e21ff939612898d63ae2245e47dffc1a8153.tar.gz
plan9port-a0f1e21ff939612898d63ae2245e47dffc1a8153.zip
make things work on SunOS
Diffstat (limited to 'src/cmd/acid/expr.c')
-rw-r--r--src/cmd/acid/expr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/acid/expr.c b/src/cmd/acid/expr.c
index 18b68f4e..9cfac9e3 100644
--- a/src/cmd/acid/expr.c
+++ b/src/cmd/acid/expr.c
@@ -39,7 +39,7 @@ initfsize(void)
fsize['s'] = 4;
fsize['u'] = 2;
fsize['x'] = 2;
-};
+}
int
fmtsize(Value *v)
@@ -1021,7 +1021,7 @@ initexpop(void)
expop[OFMT] = ofmt;
expop[OEVAL] = oeval;
expop[OWHAT] = owhat;
-};
+}
void
initexpr(void)