made enums firmjni compatible
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 6 Feb 2004 08:00:35 +0000 (08:00 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Fri, 6 Feb 2004 08:00:35 +0000 (08:00 +0000)
[r2398]

ir/ir/irmode.h
ir/ir/irop.h

index 438d525..e66dbb5 100644 (file)
@@ -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;
 
index 67747b7..b69897d 100644 (file)
@@ -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;