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

Diff of /emacs/src/ccl.c

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

revision 1.76.2.1 by handa, Fri Mar 1 01:14:09 2002 UTC revision 1.76.2.2 by handa, Fri Jul 26 04:05:16 2002 UTC
# Line 1935  See the documentation of `define-ccl-pro Line 1935  See the documentation of `define-ccl-pro
1935    produced_chars = 0;    produced_chars = 0;
1936    while (consumed_bytes < str_bytes)    while (consumed_bytes < str_bytes)
1937      {      {
1938        unsigned char *p = XSTRING (str)->data + consumed_bytes;        const unsigned char *p = XSTRING (str)->data + consumed_bytes;
1939        unsigned char *endp = XSTRING (str)->data + str_bytes;        const unsigned char *endp = XSTRING (str)->data + str_bytes;
1940        int i = 0;        int i = 0;
1941        int *src, src_size;        int *src, src_size;
1942    

Legend:
Removed from v.1.76.2.1  
changed lines
  Added in v.1.76.2.2

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