Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitca405ae

Browse files
committed
Moved the include files to src/include/regex
1 parent5c0d6cc commitca405ae

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.c8.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.c8.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)

[8]ページ先頭

©2009-2025 Movatter.jp