/[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.11 by camm, Fri Apr 15 18:39:20 2005 UTC revision 1.12 by camm, Fri Jun 10 15:24:44 2005 UTC
# Line 160  be over written.   \ Line 160  be over written.   \
160       if (np>=MAXPAGE || (type_map[np] != t_contiguous && type_map[np] != t_relocatable) ||       if (np>=MAXPAGE || (type_map[np] != t_contiguous && type_map[np] != t_relocatable) ||
161           str+end==(void *)core_end || str+end==(void *)compiled_regexp) {           str+end==(void *)core_end || str+end==(void *)compiled_regexp) {
162    
163         if (!(str=alloca(string->st.st_fillp+1)))         if (!(str=ZALLOCA(string->st.st_fillp+1)))
164           FEerror("Cannot allocate memory on C stack",0);           FEerror("Cannot allocate memory on C stack",0);
165         memcpy(str,string->st.st_self,string->st.st_fillp);         memcpy(str,string->st.st_self,string->st.st_fillp);
166    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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