mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Various patches from Bryan that *should* clean up the compile problems
ppl are seeing with v2.0
This commit is contained in:
@ -54,10 +54,10 @@ static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94";
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <ctype.h>
|
||||
#include <regex.h>
|
||||
|
||||
#include "regex/utils.h"
|
||||
#include "regex/regex2.h"
|
||||
#include <regex/regex.h>
|
||||
#include <regex/utils.h>
|
||||
#include <regex/regex2.h>
|
||||
|
||||
static int nope = 0; /* for use in asserts; shuts lint up */
|
||||
|
||||
|
Reference in New Issue
Block a user