mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
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);
|
||||
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))
|
||||
|
|
Loading…
Reference in a new issue