acme: remove -$ prototypes
This commit is contained in:
parent
734a96bd16
commit
5f5dd85d10
1 changed files with 0 additions and 3 deletions
|
|
@ -96,9 +96,6 @@ void startplumbing(void);
|
||||||
Runestr runestr(Rune*, uint);
|
Runestr runestr(Rune*, uint);
|
||||||
Range range(int, int);
|
Range range(int, int);
|
||||||
|
|
||||||
int expandenv(Rune**, uint*);
|
|
||||||
int abbrevenv(Rune**, uint*);
|
|
||||||
|
|
||||||
#define runemalloc(a) (Rune*)emalloc((a)*sizeof(Rune))
|
#define runemalloc(a) (Rune*)emalloc((a)*sizeof(Rune))
|
||||||
#define runerealloc(a, b) (Rune*)erealloc((a), (b)*sizeof(Rune))
|
#define runerealloc(a, b) (Rune*)erealloc((a), (b)*sizeof(Rune))
|
||||||
#define runemove(a, b, c) memmove((a), (b), (c)*sizeof(Rune))
|
#define runemove(a, b, c) memmove((a), (b), (c)*sizeof(Rune))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue