This compiles with current svn version (5964): ---snip--- void main() { unsigned char *a; unsigned char c; a = (unsigned char *) 1024; c = 0; } ---snip--- This does not: ---snip--- void main() { unsigned char *a; a = (unsigned char *) 1024; unsigned char c; c = 0; } ---snip--- ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Fri Jan 18 16:19:46 2013
This archive was generated by hypermail 2.1.8 : 2013-01-18 16:19:52 CET