Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ca405ae

Browse files
committed
Moved the include files to src/include/regex
1 parent 5c0d6cc commit ca405ae

File tree

11 files changed

+9
-775
lines changed

11 files changed

+9
-775
lines changed

src/backend/regex/cclass.h

Lines changed: 0 additions & 70 deletions
This file was deleted.

src/backend/regex/cdefs.h

Lines changed: 0 additions & 144 deletions
This file was deleted.

src/backend/regex/cname.h

Lines changed: 0 additions & 141 deletions
This file was deleted.

src/backend/regex/regcomp.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94";
4949
#include <stdlib.h>
5050
#include <regex.h>
5151

52-
#include "utils.h"
53-
#include "regex2.h"
52+
#include "regex/utils.h"
53+
#include "regex/regex2.h"
5454

55-
#include "cclass.h"
56-
#include "cname.h"
55+
#include "regex/cclass.h"
56+
#include "regex/cname.h"
5757

5858
/*
5959
* parse structure, passed up and down to avoid global variables and

src/backend/regex/regerror.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ static char sccsid[] = "@(#)regerror.c 8.4 (Berkeley) 3/20/94";
4949
#include <stdlib.h>
5050
#include <regex.h>
5151

52-
#include "utils.h"
52+
#include "regex/utils.h"
5353

5454
/* ========= begin header generated by ./mkh ========= */
5555
#ifdef __cplusplus

0 commit comments

Comments
 (0)