* breakpoint.c (breakpoint_1): Add (int) casts for enums
authorPer Bothner <per@bothner.com>
Tue, 7 Apr 1992 23:37:16 +0000 (23:37 +0000)
committerPer Bothner <per@bothner.com>
Tue, 7 Apr 1992 23:37:16 +0000 (23:37 +0000)
used in array index context (otherwise, some compilers barf).

gdb/ChangeLog

index 2f7f12d..a9ccc18 100644 (file)
@@ -1,3 +1,8 @@
+Tue Apr  7 16:34:07 1992  Per Bothner  (bothner@cygnus.com)
+
+       * breakpoint.c (breakpoint_1):  Add (int) casts for enums
+       used in array index context (otherwise, some compilers barf).   
+
 Tue Apr  7 08:45:46 1992  Stu Grossman  (grossman at cygnus.com)
 
        * m68k-tdep.c, tm-sun3.h:  #ifdef around get_longjmp_target().