On Sat, 14 Nov 2009, Szak�ts Viktor wrote:
> Either a ';' is missing, or the EOL is not needed.
The EOL is not needed. Thank you for information.
> [What is strange that in Harbour it compiles without error.]
Not such strange if you look at this code:
#ifdef __HARBOUR__
#define EOL hb_osNewLine()
#else
#define EOL chr( 13 ) + chr( 10 )
#endif
EOL
Clipper and Harbour behavior is the same if you also use the same
EOL macro value.
best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour