On Tuesday 25 May 2010, Payton Byrd wrote: > I just got done reading the cc65 docs under the Predefined Macros > section and it appears that __DATE__, __TIME__, and __TIMESTAMP__ are > not implemented. Why's that? Following code works as expected for me: #include <stdio.h> int main(void) { puts(__DATE__); puts(__TIME__); puts(__FILE__); return 0; } What did you try? Ciao, Marc 'BlackJack' Rintsch -- “I went into the British Army believing that if you want peace you must prepare for war. I believe now that if you prepare for war, you get war.” -- Major-General Frederick B. Maurice ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.8 : 2010-05-25 08:13:28 CEST