X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=driver%2Ffirm_opt.h;h=3c04f85153fffd43277c104ed020c22cd2bc23b3;hb=ae52b69dfadbd0835e01f55167d979cb6a9a6305;hp=872c2f8569b2c0584d6d9e1f9ba6c577ef1b375e;hpb=e4a6427fa6de847b69a66d4a03b219fafb80930a;p=cparser diff --git a/driver/firm_opt.h b/driver/firm_opt.h index 872c2f8..3c04f85 100644 --- a/driver/firm_opt.h +++ b/driver/firm_opt.h @@ -11,6 +11,7 @@ enum rts_names { rts_debugbreak, /**< the name of the __debugbreak() intrinsic */ rts_abort, /**< the name of the abort() function */ rts_abs, /**< the name of the abs() function */ + rts_alloca, /**< the name of the alloca() function */ rts_labs, /**< the name of the labs() function */ rts_llabs, /**< the name of the llabs() function */ rts_imaxabs, /**< the name of the imaxabs() function */