/[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.4 by dprice, Thu Sep 15 19:26:19 2005 UTC revision 1.5 by dprice, Fri Sep 16 00:31:32 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    
 #ifndef __GNUC_PREREQ  
 # if defined __GNUC__ && defined __GNUC_MINOR__  
 #  define __GNUC_PREREQ(maj, min) \  
         ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))  
 # else  
 #  define __GNUC_PREREQ(maj, min) 0  
 # endif  
 #endif  
   
 #if !__GNUC_PREREQ (3, 0)  
 # define pure  
 #endif  
   
20  static void re_string_construct_common (const char *str, Idx len,  static void re_string_construct_common (const char *str, Idx len,
21                                          re_string_t *pstr,                                          re_string_t *pstr,
22                                          REG_TRANSLATE_TYPE trans, bool icase,                                          REG_TRANSLATE_TYPE trans, bool icase,

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

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