Last change
on this file since 21483 was
21483,
checked in by eridius@…, 13 years ago
|
Massive update to svn properties on files:
All patchfiles have svn:eol-style removed.
All files that are not in fact able to be executed have svn:executable removed
All binary files have svn:eol-style removed (and are probably corrupt)
All binary files have svn:mime-type set to application/octet-stream
All files which are not patchfiles or binary files have svn:eol-style set to native
All Portfiles have svn:eol-style set to native and svn:executable removed
|
File size:
731 bytes
|
Line | |
---|
1 | --- app/regex.c.orig Tue Sep 17 20:15:02 2002 |
---|
2 | +++ app/regex.c Mon Sep 16 15:42:07 2002 |
---|
3 | @@ -5511,7 +5511,7 @@ |
---|
4 | the return codes and their meanings.) */ |
---|
5 | |
---|
6 | int |
---|
7 | -regcomp (preg, pattern, cflags) |
---|
8 | +gimpregcomp (preg, pattern, cflags) |
---|
9 | regex_t *preg; |
---|
10 | const char *pattern; |
---|
11 | int cflags; |
---|
12 | @@ -5589,7 +5589,7 @@ |
---|
13 | We return 0 if we find a match and REG_NOMATCH if not. */ |
---|
14 | |
---|
15 | int |
---|
16 | -regexec (preg, string, nmatch, pmatch, eflags) |
---|
17 | +gimpregexec (preg, string, nmatch, pmatch, eflags) |
---|
18 | const regex_t *preg; |
---|
19 | const char *string; |
---|
20 | size_t nmatch; |
---|
21 | @@ -5694,7 +5694,7 @@ |
---|
22 | /* Free dynamically allocated space used by PREG. */ |
---|
23 | |
---|
24 | void |
---|
25 | -regfree (preg) |
---|
26 | +gimpregfree (preg) |
---|
27 | regex_t *preg; |
---|
28 | { |
---|
29 | if (preg->buffer != NULL) |
---|
Note: See
TracBrowser
for help on using the repository browser.