Thread overview
dots in #define
Apr 09, 2002
Roland
Apr 09, 2002
Walter
Apr 10, 2002
Roland
Apr 11, 2002
Walter
Apr 11, 2002
Jan Knepper
April 09, 2002
this macro:

#define .x    .coord[0]

does not compile: identifier expected.

is it because there is something wrong with my macro ?

(DM8.15, DM8.26: same)

thanks

roland



April 09, 2002
"Roland" <rv@ronetech.com> wrote in message news:3CB342E1.88D5CED@ronetech.com...
> #define .x    .coord[0]
> does not compile: identifier expected.
> is it because there is something wrong with my macro ?

Yes. The . in front of the x causes the error.


April 10, 2002

Walter a écrit :

> "Roland" <rv@ronetech.com> wrote in message news:3CB342E1.88D5CED@ronetech.com...
> > #define .x    .coord[0]
> > does not compile: identifier expected.
> > is it because there is something wrong with my macro ?
>
> Yes. The . in front of the x causes the error.

thanks
it seem i need to go back to school
please don't say anybody i asked such a stupid question

roland


April 11, 2002
"Roland" <rv@ronetech.com> wrote in message news:3CB3E67F.B8A747D2@ronetech.com...
> please don't say anybody i asked such a stupid question

Your secret is safe with us. <g>



April 11, 2002
Sure is! <g>

Walter wrote:

> "Roland" <rv@ronetech.com> wrote in message news:3CB3E67F.B8A747D2@ronetech.com...
> > please don't say anybody i asked such a stupid question
>
> Your secret is safe with us. <g>