On Fri, Nov 17, 2000 at 06:14:44PM -0500, Scott Bambrough wrote: > scott.c:10:47: warning: pasting would not give a valid preprocessing token [...] > #define err_abort(fmt, args...) err_out(__FILE__, __LINE__, fmt, ##args) [...] > Is this a pre-processor bug or illegal C code? Pre-processor bug, since fixed. r~