> I have two remarks:
>
> The result of the ? operator must have a fixed type: either an integer or
> a string (better: pointer to a string).

Ooops: yes, of course. Hence the double test and the backspace.

> Also the format string will have to be assembled beforehand ...

Again, yes.

So I should leave the, eg,

#define limit_fmt "%ld%s"

in each block but just make it the required int format specifier
(in this case)

#define limit_fmt "%ld"

and then define my format string macro to use that compile time define
for the int or else to just a "%s".

Look, the issue is enough of a pain in the arse for me to try and
resolve it properly, so watch this (back)space!

Kevin

-- 
Kevin M. Buckley                                  Room:  CO327
School of Engineering and                         Phone: +64 4 463 5971
 Computer Science
Victoria University of Wellington
New Zealand

_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to