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

Diff of /emacs/src/coding.c

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

revision 1.289.2.5 by handa, Mon Oct 6 11:21:31 2003 UTC revision 1.289.2.6 by schwab, Mon Oct 6 22:30:26 2003 UTC
# Line 5470  produce_chars (coding) Line 5470  produce_chars (coding)
5470    if (! coding->chars_at_source)    if (! coding->chars_at_source)
5471      {      {
5472        /* Characters are in coding->charbuf.  */        /* Characters are in coding->charbuf.  */
5473        EMACS_INT *buf = coding->charbuf;        int *buf = coding->charbuf;
5474        EMACS_INT *buf_end = buf + coding->charbuf_used;        int *buf_end = buf + coding->charbuf_used;
5475        unsigned char *adjusted_dst_end;        unsigned char *adjusted_dst_end;
5476    
5477        if (BUFFERP (coding->src_object)        if (BUFFERP (coding->src_object)

Legend:
Removed from v.1.289.2.5  
changed lines
  Added in v.1.289.2.6

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