Switch to the current NetBSD regex implementation.

Change-Id: If32b28dd85d6a7ab8957ab81d19fa4c0de9499d5
This commit is contained in:
Elliott Hughes
2012-08-14 15:32:42 -07:00
parent 53493a9b26
commit cc213f871b
18 changed files with 1832 additions and 717 deletions

View File

@@ -21,4 +21,7 @@
#include <assert.h>
#define _DIAGASSERT(e) ((e) ? (void) 0 : __assert2(__FILE__, __LINE__, __func__, #e))
// TODO: update our <sys/cdefs.h> to support this properly.
#define __type_fit(t, a) (0 == 0)
#endif