This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
error compiling
- To: "gcc-help at gcc dot gnu dot org" <gcc-help at gcc dot gnu dot org>
- Subject: error compiling
- From: "Puneet Singhal" <puneet at opussoft dot com>
- Date: Fri, 2 Feb 2001 21:07:00 +0530
Hi all
I am getting foll error:
numeric constant contains digits beyond the radix
for the code given below:
#define ABUSIVE_USAGE 08
#define ABUSIVE_USAGE_CAPTURE 09
#define ISO_ABUSIVE_USAGE 207 /* special conditions */
#define ISO_ABUSIVE_USAGE_CAPTURE 207 /* special conditions */
if (P_iCode == ABUSIVE_USAGE)
{
return ISO_ABUSIVE_USAGE;
}
if (P_iCode == ABUSIVE_USAGE_CAPTURE)
{
return ISO_ABUSIVE_USAGE_CAPTURE;
}
can anyone help??
thanks for your time.
Puneet
*********************************************
The Boulder Pledge: "Under no circumstances will I ever purchase anything
offered to me as the result of an unsolicited email message. Nor will I
forward chain letters, petitions, mass mailings, or virus warnings to large
numbers of others. This is my contribution to the survival of the online
community."
*********************************************