comparison src/regex.c @ 523:cd662ad69f40

[xemacs-hg @ 2001-05-09 13:43:49 by ben] regex.c: fix error compiling regexps with back-references in them. xemacs.mak: do not warn about gtk when we're not trying to compile with it. font.el, gtk-widget-accessors.el, widgets-gtk.el, x-font-menu.el: fix byte-compilation warnings. etags.c: temporary fix to avoid crashes with new regex code. PROBLEMS: i swear i already committed this.
author ben
date Wed, 09 May 2001 13:43:58 +0000
parents 7039e6323819
children ffd4d00ff0b6
comparison
equal deleted inserted replaced
522:19559cacc941 523:cd662ad69f40
3085 may_need_to_unfetch = 1; 3085 may_need_to_unfetch = 1;
3086 } 3086 }
3087 else 3087 else
3088 PATUNFETCH; 3088 PATUNFETCH;
3089 } 3089 }
3090 else
3091 PATUNFETCH;
3090 } 3092 }
3091 3093
3092 if (reg > bufp->re_nsub) 3094 if (reg > bufp->re_nsub)
3093 FREE_STACK_RETURN (REG_ESUBREG); 3095 FREE_STACK_RETURN (REG_ESUBREG);
3094 3096