tacme: remove -$ prototypes - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 5f5dd85d10e2e2fe3392fcf5e2e9e507d34d3066
DIR parent 734a96bd1691395765ceae0bf9afa86bda8ab07b
HTML Author: Russ Cox <rsc@swtch.com>
Date: Fri, 7 Mar 2008 10:46:42 -0500
acme: remove -$ prototypes
Diffstat:
M src/cmd/acme/fns.h | 3 ---
1 file changed, 0 insertions(+), 3 deletions(-)
---
DIR diff --git a/src/cmd/acme/fns.h b/src/cmd/acme/fns.h
t@@ -96,9 +96,6 @@ void startplumbing(void);
Runestr runestr(Rune*, uint);
Range range(int, int);
-int expandenv(Rune**, uint*);
-int abbrevenv(Rune**, uint*);
-
#define runemalloc(a) (Rune*)emalloc((a)*sizeof(Rune))
#define runerealloc(a, b) (Rune*)erealloc((a), (b)*sizeof(Rune))
#define runemove(a, b, c) memmove((a), (b), (c)*sizeof(Rune))