mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-15 15:57:13 +00:00
Fix typo #ifdef RESWAPPEDDCODESTREAM -- should be RESWAPPEDCODESTREAM (#106)
This commit is contained in:
parent
bed68c8dda
commit
b901038367
@ -5,7 +5,7 @@ unsigned short byte_swap_word(unsigned short word);
|
||||
void byte_swap_page(unsigned short *page, int wordcount);
|
||||
void word_swap_page(unsigned short *page, int longwordcount);
|
||||
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);
|
||||
#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 startpc, len;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user