From: Groepaz (groepaz_at_gmx.net)
Date: 2003-10-18 01:25:59
On Friday 17 October 2003 22:46, Ullrich von Bassewitz wrote: > On Fri, Oct 17, 2003 at 10:36:42PM +0200, Groepaz wrote: > > havent looked at them, but if they are calling the kernal load/save, they > > will also call the kernal open/close (internally). > > Yes, but at least they won't do that "hidden", that is, in the startup code > before main() is called. you never know :o) hehe gpz oh btw.... if(1) { ... } else { ... } gives a warning on "unreachable code", but if(0) { ... } else { ... } does not... possible to fix? :) also "condition is always true" and "condition is always true due to limited range of datatype" warning would be major helpful with tweaking some code :) ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-10-18 01:31:42 CEST