Thanks Przemek, I'm not sure to enable it, because in C
it's better practice to always check for existence,
otherwise some compilers will throw warnings.

Let's wait for more votes.

Brgds,
Viktor

On 2008.11.07., at 11:21, Przemyslaw Czerpak wrote:

On Fri, 07 Nov 2008, Szak�ts Viktor wrote:

Hi Viktor,

Shouldn't we also allow 'DEFINE >= 0x100' in case
DEFINE is not defined, and in this case returning
FALSE?

Not all C compilers accept it.
It means that we have to use some arbitrary value for
all undefined identifiers. Usually 0. If it's OK for
you then it's enough to change line 4609 in ppcore.c:
  if( !HB_PP_TOKEN_ISEOC( pToken ) || fUndef )
to:
  if( !HB_PP_TOKEN_ISEOC( pToken ) )

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to