Hans-Christoph Steiner wrote:
> How about a compiler warning, isn't it something like #warning?

No, that emits a warning when the #warning line is reached by the 
preprocessor.  In GNU C you can emit warnings when deprecated functions 
are *used* like this:

int old_fn () __attribute__ ((deprecated));

But that's GNU C not ANSI C nor Microsoft C nor...


Claude
-- 
http://claudiusmaximus.goto10.org


_______________________________________________
PD-dev mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-dev

Reply via email to