From 47127fe5e6c47cb296056616b97def8ad661fbe6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Fri, 6 Feb 2004 08:00:35 +0000 Subject: [PATCH] made enums firmjni compatible [r2398] --- ir/ir/irmode.h | 2 +- ir/ir/irop.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/ir/irmode.h b/ir/ir/irmode.h index 438d525a6..e66dbb597 100644 --- a/ir/ir/irmode.h +++ b/ir/ir/irmode.h @@ -106,7 +106,7 @@ typedef enum { Floating point computations can be performed. */ irms_reference, /**< A mode to represent entities. Restricted int computations can be performed */ - irms_character, /**< A mode to represent characters/symbols + irms_character /**< A mode to represent characters/symbols ?? Are computations allowed? as int?? */ } mode_sort; diff --git a/ir/ir/irop.h b/ir/ir/irop.h index 67747b72d..b69897ddc 100644 --- a/ir/ir/irop.h +++ b/ir/ir/irop.h @@ -40,7 +40,7 @@ typedef enum { iro_Load, iro_Store, iro_Alloc, iro_Free, iro_Sync, iro_Proj, iro_Tuple, iro_Id, iro_Bad, iro_Confirm, iro_Unknown, iro_Filter, iro_Break, iro_CallBegin, iro_EndReg, iro_EndExcept, - iro_FuncCall, + iro_FuncCall } opcode; typedef struct ir_op ir_op; -- 2.20.1