acme: remove -$ prototypes

This commit is contained in:
Russ Cox 2008-03-07 10:46:42 -05:00
parent 734a96bd16
commit 5f5dd85d10

View file

@ -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))