mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-05 07:44:20 +00:00
Fix typo #ifdef RESWAPPEDDCODESTREAM -- should be RESWAPPEDCODESTREAM (#106)
This commit is contained in:
@@ -5,7 +5,7 @@ unsigned short byte_swap_word(unsigned short word);
|
|||||||
void byte_swap_page(unsigned short *page, int wordcount);
|
void byte_swap_page(unsigned short *page, int wordcount);
|
||||||
void word_swap_page(unsigned short *page, int longwordcount);
|
void word_swap_page(unsigned short *page, int longwordcount);
|
||||||
void bit_reverse_region(unsigned short *top, int width, int height, int rasterwidth);
|
void bit_reverse_region(unsigned short *top, int width, int height, int rasterwidth);
|
||||||
#ifdef RESWAPPEDDCODESTREAM
|
#ifdef RESWAPPEDCODESTREAM
|
||||||
unsigned int byte_swap_code_block(unsigned int *base);
|
unsigned int byte_swap_code_block(unsigned int *base);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ void bit_reverse_region(unsigned short *top, int width, int height, int rasterwi
|
|||||||
/* */
|
/* */
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
||||||
#ifdef RESWAPPEDDCODESTREAM
|
#ifdef RESWAPPEDCODESTREAM
|
||||||
unsigned int byte_swap_code_block(unsigned int *base) {
|
unsigned int byte_swap_code_block(unsigned int *base) {
|
||||||
UNSIGNED startpc, len;
|
UNSIGNED startpc, len;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user