summaryrefslogtreecommitdiff
path: root/textproc/php-intl/patches/patch-af
blob: f4dfed91adca76c38f004103d9e1c95a084eb4c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
$NetBSD: patch-af,v 1.1.1.1 2010/03/21 16:57:13 jdolecek Exp $

--- msgformat/msgformat_class.c.orig	2010-03-11 00:20:56.000000000 +0100
+++ msgformat/msgformat_class.c
@@ -77,34 +77,34 @@ zend_object_value MessageFormatter_objec
  */
 
 /* {{{ arginfo */
-static
+PHP_INTL_ZEND_ARG_STATIC
 ZEND_BEGIN_ARG_INFO_EX(arginfo_messageformatter___construct, 0, 0, 2)
 	ZEND_ARG_INFO(0, locale)
 	ZEND_ARG_INFO(0, pattern)
 ZEND_END_ARG_INFO()
 
-static
+PHP_INTL_ZEND_ARG_STATIC
 ZEND_BEGIN_ARG_INFO(arginfo_messageformatter_geterrormessage, 0)
 ZEND_END_ARG_INFO()
 
-static
+PHP_INTL_ZEND_ARG_STATIC
 ZEND_BEGIN_ARG_INFO_EX(arginfo_messageformatter_formatmessage, 0, 0, 3)
 	ZEND_ARG_INFO(0, locale)
 	ZEND_ARG_INFO(0, pattern)
 	ZEND_ARG_INFO(0, args)
 ZEND_END_ARG_INFO()
 
-static
+PHP_INTL_ZEND_ARG_STATIC
 ZEND_BEGIN_ARG_INFO_EX(arginfo_messageformatter_format, 0, 0, 1)
 	ZEND_ARG_INFO(0, args)
 ZEND_END_ARG_INFO()
 
-static
+PHP_INTL_ZEND_ARG_STATIC
 ZEND_BEGIN_ARG_INFO_EX(arginfo_messageformatter_setpattern, 0, 0, 1)
 	ZEND_ARG_INFO(0, pattern)
 ZEND_END_ARG_INFO()
 
-static
+PHP_INTL_ZEND_ARG_STATIC
 ZEND_BEGIN_ARG_INFO_EX(arginfo_messageformatter_parse, 0, 0, 1)
 	ZEND_ARG_INFO(0, source)
 ZEND_END_ARG_INFO()