Changes for generated code
Brought to you by:
wtanksle
Template changes for version 2.3:
In "print_integer_as_expected", cast fourth arg to
unsigned long as shown:
printf( "(signed) %d (unsigned) %u (hex) 0x%08lX", i,
i, (unsigned long) i );
In "__cut_check_errors", change final "else return 1" to
fall-through as shown:
} ;
return 1;
Both changes prevent warning errors from picky compilers.
Thanks!
Jack <sarvela@cs.utexas.edu>
Logged In: NO
Jack,
Thanks for the update. I will check CUT tomorrow and update it with
your suggestions. Thanks.
--sfalvo