diff options
author | 2003-06-25 08:29:35 +0000 | |
---|---|---|
committer | 2003-06-25 08:29:35 +0000 | |
commit | 31843b0dbad6554412a291798c14823d9fb1ac4c (patch) | |
tree | e06cf2b06e0b462b6172486f2dabc391274cfcaf /sys-apps/gawk | |
parent | Initial import. (diff) | |
download | gentoo-2-31843b0dbad6554412a291798c14823d9fb1ac4c.tar.gz gentoo-2-31843b0dbad6554412a291798c14823d9fb1ac4c.tar.bz2 gentoo-2-31843b0dbad6554412a291798c14823d9fb1ac4c.zip |
__restrict_arr -> __restrict
Diffstat (limited to 'sys-apps/gawk')
-rw-r--r-- | sys-apps/gawk/files/gawk-3.1.2-dec-alpha-compiler.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/gawk/files/gawk-3.1.2-dec-alpha-compiler.diff b/sys-apps/gawk/files/gawk-3.1.2-dec-alpha-compiler.diff index 06b4461b864c..3807e0178b64 100644 --- a/sys-apps/gawk/files/gawk-3.1.2-dec-alpha-compiler.diff +++ b/sys-apps/gawk/files/gawk-3.1.2-dec-alpha-compiler.diff @@ -5,7 +5,7 @@ extern int regexec _RE_ARGS ((const regex_t *__restrict __preg, const char *__restrict __string, size_t __nmatch, - regmatch_t __pmatch[__restrict_arr], -+ regmatch_t __pmatch[], ++ regmatch_t __pmatch[__restrict], int __eflags)); extern size_t regerror _RE_ARGS ((int __errcode, const regex_t *__preg, |