This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

error compiling


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."
*********************************************



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]