[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] "comp" is reserved word in Apple SC compiler?
From: |
mpsuzuki |
Subject: |
Re: [ft-devel] "comp" is reserved word in Apple SC compiler? |
Date: |
Fri, 28 Oct 2005 16:51:36 +0900 |
On Fri, 28 Oct 2005 09:38:54 +0200
"Turner, David" <address@hidden> wrote:
>> In summary, I will replace "NULL" in the part by "0L".
>> How do you think of?
>>
>
>I think you should only use "0", since this is a magic token for C compilers
>that can be interpreted either as an integer or as a pointer, depending on
>context.
Thank you for information!
OK, I'll do so: I'll use "0", not "0L" nor "NULL".
Regards,
mpsuzuki