/[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.6 by camm, Sat Mar 1 22:37:37 2003 UTC revision 1.6.6.1 by camm, Thu Nov 6 16:16:53 2003 UTC
# Line 91  be over written.   \ Line 91  be over written.   \
91         || v->v.v_elttype != aet_fix         || v->v.v_elttype != aet_fix
92         || v->v.v_dim < (NSUBEXP *2))         || v->v.v_dim < (NSUBEXP *2))
93       v= sSAmatch_dataA->s.s_dbind =       v= sSAmatch_dataA->s.s_dbind =
94         (VFUN_NARGS=3, fSmake_vector1((NSUBEXP *2),         fSmake_vector1_1((NSUBEXP *2),aet_fix,sLnil);
                                      aet_fix,  
                                      sLnil));  
95     if (type_of(string)!= t_string && type_of(string)!=t_symbol)     if (type_of(string)!= t_string && type_of(string)!=t_symbol)
96          not_a_string_or_symbol(string);          not_a_string_or_symbol(string);
97     if (type_of(pattern)!= t_string && type_of(pattern)!=t_symbol)     if (type_of(pattern)!= t_string && type_of(pattern)!=t_symbol)

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.6.6.1

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