Incorporate bug fixes from Plan 9.
This commit is contained in:
parent
28fe2052d0
commit
230d62c475
@ -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 New Issue
Block a user