plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 5f5dd85d10e2e2fe3392fcf5e2e9e507d34d3066
parent 734a96bd1691395765ceae0bf9afa86bda8ab07b
Author: Russ Cox <rsc@swtch.com>
Date:   Fri,  7 Mar 2008 10:46:42 -0500

acme: remove -$ prototypes

Diffstat:
Msrc/cmd/acme/fns.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/cmd/acme/fns.h b/src/cmd/acme/fns.h @@ -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))