Mercurial > hg > xemacs-beta
comparison src/glyphs-x.c @ 274:ca9a9ec9c1c1 r21-0b35
Import from CVS: tag r21-0b35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:29:42 +0200 |
parents | c5d627a313b1 |
children | 6330739388db |
comparison
equal
deleted
inserted
replaced
273:411aac7253ef | 274:ca9a9ec9c1c1 |
---|---|
2694 } | 2694 } |
2695 | 2695 |
2696 #endif | 2696 #endif |
2697 struct gif_error_struct | 2697 struct gif_error_struct |
2698 { | 2698 { |
2699 char *err_str; /* return the error string */ | 2699 CONST char *err_str; /* return the error string */ |
2700 jmp_buf setjmp_buffer; /* for return to caller */ | 2700 jmp_buf setjmp_buffer; /* for return to caller */ |
2701 }; | 2701 }; |
2702 | 2702 |
2703 static void | 2703 static void |
2704 gif_error_func(CONST char *err_str, VoidPtr error_ptr) | 2704 gif_error_func(CONST char *err_str, VoidPtr error_ptr) |
3533 } | 3533 } |
3534 | 3534 |
3535 static size_t tiff_memory_write(thandle_t data, tdata_t buf, tsize_t size) | 3535 static size_t tiff_memory_write(thandle_t data, tdata_t buf, tsize_t size) |
3536 { | 3536 { |
3537 abort(); | 3537 abort(); |
3538 return 0; /* Shut up warnings. */ | |
3538 } | 3539 } |
3539 | 3540 |
3540 static toff_t tiff_memory_seek(thandle_t data, toff_t off, int whence) | 3541 static toff_t tiff_memory_seek(thandle_t data, toff_t off, int whence) |
3541 { | 3542 { |
3542 tiff_memory_storage *mem = (tiff_memory_storage*)data; | 3543 tiff_memory_storage *mem = (tiff_memory_storage*)data; |