/[cvs]/ccvs/lib/regex_internal.c
ViewVC logotype

Diff of /ccvs/lib/regex_internal.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by dprice, Tue Sep 6 15:11:01 2005 UTC revision 1.4 by dprice, Thu Sep 15 19:26:19 2005 UTC
# Line 17  Line 17 
17     with this program; if not, write to the Free Software Foundation,     with this program; if not, write to the Free Software Foundation,
18     Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */     Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
19    
20    #ifndef __GNUC_PREREQ
21    # if defined __GNUC__ && defined __GNUC_MINOR__
22    #  define __GNUC_PREREQ(maj, min) \
23            ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
24    # else
25    #  define __GNUC_PREREQ(maj, min) 0
26    # endif
27    #endif
28    
29    #if !__GNUC_PREREQ (3, 0)
30    # define pure
31    #endif
32    
33  static void re_string_construct_common (const char *str, Idx len,  static void re_string_construct_common (const char *str, Idx len,
34                                          re_string_t *pstr,                                          re_string_t *pstr,
35                                          REG_TRANSLATE_TYPE trans, bool icase,                                          REG_TRANSLATE_TYPE trans, bool icase,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26