/[gcl]/gcl/o/regexpr.c
ViewVC logotype

Diff of /gcl/o/regexpr.c

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

revision 1.14 by camm, Wed Oct 12 03:12:57 2005 UTC revision 1.15 by camm, Mon Nov 14 04:47:44 2005 UTC
# Line 161  be over written.   \ Line 161  be over written.   \
161    
162       str=string->st.st_self;       str=string->st.st_self;
163       np=page(str);       np=page(str);
164       if (np>=MAXPAGE || (type_map[np] != t_contiguous && type_map[np] != t_relocatable) ||       if (np>=MAXPAGE || (type_map[np] != t_contiguous && str < heap_end) ||
165           str+end==(void *)core_end || str+end==(void *)compiled_regexp) {           str+end==(void *)core_end || str+end==(void *)compiled_regexp) {
166    
167         if (!(str=ZALLOCA(string->st.st_fillp+1)))         if (!(str=ZALLOCA(string->st.st_fillp+1)))

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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