Hi, The cc65 C preprocessor doesn't tolerate a newline in a macro expansion between the macro name and the open parenthesis of the arguments. Example: #define macro(param) param macro (1); Result: Error: Call to undefined function `macro' Regards, Oliver ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Sun Mar 14 13:04:35 2010
This archive was generated by hypermail 2.1.8 : 2010-03-14 13:04:38 CET