Hi! On Wed, Feb 17, 2010 at 11:24:11PM +0100, Groepaz wrote: > isnt the difference that "__fastcall__" works always, and "fastcall" only > works depending on the selected language dialect/standard/whatever you call it > ? (thus probably in a document like this, __fastcall__ should be used, to > avoid further confusion). Exactly. The name "fastcall" is a valid name that may be used for an identifier in an application, according to the C standard. So it is only enabled when the language level is set to cc65. __fastcall__ is in a namespace that is reserved for an implementation, so it works always. If in doubt, use __fastcall__, not fastcall. Regards Uz -- Ullrich von Bassewitz uz@musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Wed Feb 17 23:34:22 2010
This archive was generated by hypermail 2.1.8 : 2010-02-17 23:34:24 CET