mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
Incorporate bug fixes from Plan 9.
This commit is contained in:
parent
28fe2052d0
commit
230d62c475
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ extern int regexec9(Reprog*, char*, Resub*, int);
|
|||
extern void regsub9(char*, char*, int, Resub*, int);
|
||||
|
||||
extern int rregexec9(Reprog*, Rune*, Resub*, int);
|
||||
extern void rregsub9(Rune*, Rune*, Resub*, int);
|
||||
extern void rregsub9(Rune*, Rune*, int, Resub*, int);
|
||||
|
||||
/*
|
||||
* Darwin simply cannot handle having routines that
|
||||
|
|
Loading…
Reference in a new issue