Remove some uses of "object_files"
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index ae17abd20f90799030d87cf59bf93ddfdac5d603..e7b6d5ef7371a82d723e0cc68af60b7c7c5e005f 100644 (file)
@@ -1,6 +1,6 @@
 /* C language support definitions for GDB, the GNU debugger.
 
-   Copyright (C) 1992-2018 Free Software Foundation, Inc.
+   Copyright (C) 1992-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -35,7 +35,7 @@ struct parser_state;
 /* The various kinds of C string and character.  Note that these
    values are chosen so that they may be or'd together in certain
    ways.  */
-enum c_string_type_values
+enum c_string_type_values : unsigned
   {
     /* An ordinary string: "value".  */
     C_STRING = 0,
This page took 0.025946 seconds and 4 git commands to generate.