Changeset 989:1b3cc75a9bab for charset.h

Show
Ignore:
Timestamp:
1999-03-30 22:34:01 (10 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Another small charset optimization.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • charset.h

    r987 r989  
    7777  struct decoder_buff in; 
    7878  struct decoder_buff out; 
     79  struct decoder_buff *_in; 
    7980}  
    8081DECODER;