diff options
author | 2003-06-25 08:29:35 +0000 | |
---|---|---|
committer | 2003-06-25 08:29:35 +0000 | |
commit | 8e2aa463df75b6222db0b253f05751e929247055 (patch) | |
tree | d62a57a28a5b6a51ff9f605c7ec6558340cbf14e /sys-apps | |
parent | Initial import. (diff) | |
download | historical-8e2aa463df75b6222db0b253f05751e929247055.tar.gz historical-8e2aa463df75b6222db0b253f05751e929247055.tar.bz2 historical-8e2aa463df75b6222db0b253f05751e929247055.zip |
__restrict_arr -> __restrict
Diffstat (limited to 'sys-apps')
-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, |