Make function fixed_point_scaling_factor a method of struct type
[deliverable/binutils-gdb.git] / gdb / linespec.h
index 7251a963af9e6d2e6aa45a16020b58c98025a011..9c2c8988fbcd5c58c0c7c8f0e737a52eb93f0da4 100644 (file)
@@ -1,5 +1,5 @@
 /* Header for GDB line completion.
-   Copyright (C) 2000-2018 Free Software Foundation, Inc.
+   Copyright (C) 2000-2020 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -124,7 +124,7 @@ extern std::vector<symtab_and_line>
    strcmp sense) to FILTER will be returned; all others will be
    filtered out.  */
 
-extern void decode_line_full (const struct event_location *location, int flags,
+extern void decode_line_full (struct event_location *location, int flags,
                              struct program_space *search_pspace,
                              struct symtab *default_symtab, int default_line,
                              struct linespec_result *canonical,
This page took 0.024232 seconds and 4 git commands to generate.