cvs-cvs
[Top][All Lists]
Advanced

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

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


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

Index: ccvs/lib/regcomp.c
diff -u ccvs/lib/regcomp.c:1.5 ccvs/lib/regcomp.c:1.6
--- ccvs/lib/regcomp.c:1.5      Fri Sep 16 00:31:32 2005
+++ ccvs/lib/regcomp.c  Tue Sep 20 00:57:08 2005
@@ -282,7 +282,7 @@
 #endif
 
 static inline void
-__attribute ((always_inline))
+attribute_always_inline
 re_set_fastmap (char *fastmap, bool icase, int ch)
 {
   fastmap[ch] = 1;
@@ -2718,7 +2718,7 @@
      Return the index of the symbol in the SYMB_TABLE.  */
 
   auto inline int32_t
-  __attribute ((always_inline))
+  attribute_always_inline
   seek_collating_symbol_entry (const unsigned char *name, size_t name_len)
     {
       int32_t hash = elem_hash ((const char *) name, name_len);
@@ -2749,7 +2749,7 @@
      Return the value if succeeded, UINT_MAX otherwise.  */
 
   auto inline unsigned int
-  __attribute ((always_inline))
+  attribute_always_inline
   lookup_collation_sequence_value (bracket_elem_t *br_elem)
     {
       if (br_elem->type == SB_CHAR)
@@ -2816,7 +2816,7 @@
      update it.  */
 
   auto inline reg_errcode_t
-  __attribute ((always_inline))
+  attribute_always_inline
   build_range_exp (bitset sbcset, re_charset_t *mbcset,
                   Idx *range_alloc,
                   bracket_elem_t *start_elem, bracket_elem_t *end_elem)
@@ -2896,7 +2896,7 @@
      pointer argument sinse we may update it.  */
 
   auto inline reg_errcode_t
-  __attribute ((always_inline))
+  attribute_always_inline
   build_collating_symbol (bitset sbcset, re_charset_t *mbcset,
                          Idx *coll_sym_alloc, const unsigned char *name)
     {




reply via email to

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