/[emacs]/emacs/src/tparam.c
ViewVC logotype

Diff of /emacs/src/tparam.c

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

revision 1.9 by akochoi, Fri Apr 26 23:39:05 2002 UTC revision 1.9.2.1 by miles, Fri Apr 4 06:21:03 2003 UTC
# Line 169  tparam1 (string, outstring, len, up, lef Line 169  tparam1 (string, outstring, len, up, lef
169                outlen *= 2;                outlen *= 2;
170                new = (char *) xrealloc (outstring, outlen);                new = (char *) xrealloc (outstring, outlen);
171              }              }
172              
173            op = new + offset;            op = new + offset;
174            outend = new + outlen;            outend = new + outlen;
175            outstring = new;            outstring = new;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.2.1

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