On Fri, Jun 19, 2009 at 5:57 PM, Dmitri Gribenko<[email protected]> wrote:
> There's actually no need in NEED_PLDEBUG (include/pldebug.h).
> pldebug() can be declared inline and that will silence warnings about
> pldebug() being unused.  'inline' keyword is from C99.  If it is a
> concern that some C compilers may not support 'inline' (but most
> modern compilers do), then an appropriate check can be added to the
> build system.
>
> The attached patch does what is described above.

Hello,

Anything wrong with that patch?

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/

------------------------------------------------------------------------------
_______________________________________________
Plplot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to