cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/lib/regex_internal.c


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/regex_internal.c
Date: Mon, 19 Sep 2005 20:57:11 -0400

Index: ccvs/lib/regex_internal.c
diff -u ccvs/lib/regex_internal.c:1.5 ccvs/lib/regex_internal.c:1.6
--- ccvs/lib/regex_internal.c:1.5       Fri Sep 16 00:31:32 2005
+++ ccvs/lib/regex_internal.c   Tue Sep 20 00:57:08 2005
@@ -734,7 +734,7 @@
 }
 
 static unsigned char
-internal_function __attribute ((pure))
+internal_function attribute_pure
 re_string_peek_byte_case (const re_string_t *pstr, Idx idx)
 {
   int ch;
@@ -771,7 +771,7 @@
 }
 
 static unsigned char
-internal_function __attribute ((pure))
+internal_function attribute_pure
 re_string_fetch_byte_case (re_string_t *pstr)
 {
   if (BE (!pstr->mbs_allocated, 1))
@@ -1266,7 +1266,7 @@
    Return true if SET1 and SET2 are equivalent.  */
 
 static bool
-internal_function __attribute ((pure))
+internal_function attribute_pure
 re_node_set_compare (const re_node_set *set1, const re_node_set *set2)
 {
   Idx i;
@@ -1281,7 +1281,7 @@
 /* Return (idx + 1) if SET contains the element ELEM, return 0 otherwise.  */
 
 static Idx
-internal_function __attribute ((pure))
+internal_function attribute_pure
 re_node_set_contains (const re_node_set *set, Idx elem)
 {
   __re_size_t idx, right, mid;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]