From 20ef55b33512a82b99615afa325d0b80805192ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Fri, 23 Jan 2004 08:49:48 +0000 Subject: [PATCH] new test for peculiarity [r2344] --- ir/tr/trvrfy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ir/tr/trvrfy.h b/ir/tr/trvrfy.h index 60d57a398..bca59bd49 100644 --- a/ir/tr/trvrfy.h +++ b/ir/tr/trvrfy.h @@ -36,7 +36,8 @@ enum trvrfy_error_codes { no_error = 0, /**< no error */ error_ent_not_cont = 1, /**< overwritten entity not in superclass */ error_null_mem = 2, /**< compound contains NULL member */ - error_const_on_wrong_irg = 3 /**< constant placed on wrong IRG */ + error_const_on_wrong_irg = 3, /**< constant placed on wrong IRG */ + error_existent_entity_without_irg = 4 /**< Method ents with pec_exist must have an irg */ }; -- 2.20.1