Update libregexp with recent bug fixes from Plan 9.

This commit is contained in:
rsc 2004-03-05 05:13:56 +00:00
parent 4da83e7cce
commit 62390091b7
12 changed files with 111 additions and 81 deletions

View file

@ -10,5 +10,5 @@ regerror(char *s)
strcat(buf, s);
strcat(buf, "\n");
write(2, buf, strlen(buf));
exit(1);
exits("regerr");
}