diff options
author | Stefan Fritsch <sf@apache.org> | 2012-01-09 14:06:18 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2012-01-09 14:06:18 +0100 |
commit | 75dad9d44fced370f7fe1cc63522654594ed0cc0 (patch) | |
tree | 42ce2fb14d918f301c930ca903da6dc202bd8754 /include/util_script.h | |
parent | Add <glossary> to nroff.xsl and revert r1222335 partially. (diff) | |
download | apache2-75dad9d44fced370f7fe1cc63522654594ed0cc0.tar.xz apache2-75dad9d44fced370f7fe1cc63522654594ed0cc0.zip |
Rename ap_func_attr_* macros to AP_FN_ATTR_*
Add macro for attribute alloc_size on newer gcc's
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1229134 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | include/util_script.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/util_script.h b/include/util_script.h index 9643657c94..3566bd3825 100644 --- a/include/util_script.h +++ b/include/util_script.h @@ -155,7 +155,7 @@ AP_DECLARE_NONSTD(int) ap_scan_script_header_err_strs(request_rec *r, char *buffer, const char **termch, int *termarg, ...) - ap_func_attr_sentinel; + AP_FN_ATTR_SENTINEL; /** * Read headers strings from a script, ensuring that the output is valid. If @@ -178,7 +178,7 @@ AP_DECLARE_NONSTD(int) ap_scan_script_header_err_strs_ex(request_rec *r, int module_index, const char **termch, int *termarg, ...) - ap_func_attr_sentinel; + AP_FN_ATTR_SENTINEL; /** |