From: groepaz (groepaz_at_gmx.net)
Date: 2002-07-18 21:44:23
tjam.... one more ;=P for (i = INT_MIN; i < INT_MIN+6; i++) works as intended, but... for (i = INT_MIN; i <= INT_MIN+5; i++) gives "comparison is always true" warning and endless loop. (oh its neither order of arguments nor missing braces,i have tried that ;=P) -- Best regards, groepaz mailto:groepaz_at_gmx.net ---------------------------------------------------------------------- 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 : 2002-07-18 21:44:36 CEST