From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 821 invoked by alias); 30 Jun 2006 13:14:21 -0000 Received: (qmail 812 invoked by uid 22791); 30 Jun 2006 13:14:21 -0000 X-Spam-Check-By: sourceware.org Received: from bay0-omc3-s38.bay0.hotmail.com (HELO bay0-omc3-s38.bay0.hotmail.com) (65.54.246.238) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 30 Jun 2006 13:14:19 +0000 Received: from hotmail.com ([65.54.250.15]) by bay0-omc3-s38.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 30 Jun 2006 06:14:17 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 30 Jun 2006 06:14:17 -0700 Message-ID: Received: from 65.54.250.200 by by115fd.bay115.hotmail.msn.com with HTTP; Fri, 30 Jun 2006 13:14:15 GMT X-Sender: girish_hilage@hotmail.com From: "girish hilage" To: gcc-help@gcc.gnu.org Bcc: Subject: help with gcc 2.8.1 macro definition Date: Fri, 30 Jun 2006 13:14:00 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-06/txt/msg00277.txt.bz2 Hello Everybody, I am compiling my program with gcc2.8.1 But on a statement : # define func(...) its giving an error: "../../src/sd/error.h:26: warning: invalid character in macro parameter name ../../src/sd/error.h:26: badly punctuated parameter list in `#define'" Can anybody please let me know if this systax is supported in gcc2.8.1 or not? Where can I find documentation on supported/unsupported things for a particular version? Regards, Girish