1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00

Moved the include files to src/include/regex

This commit is contained in:
Marc G. Fournier
1996-08-28 01:55:44 +00:00
parent 5c0d6ccdbf
commit ca405ae4bf
11 changed files with 9 additions and 775 deletions

View File

@ -56,8 +56,8 @@ static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94";
#include <ctype.h>
#include <regex.h>
#include "utils.h"
#include "regex2.h"
#include "regex/utils.h"
#include "regex/regex2.h"
static int nope = 0; /* for use in asserts; shuts lint up */