* tracepoint.c (print_one_static_tracepoint_marker): Constify.
[deliverable/binutils-gdb.git] / gdb / source.c
index 31e104fe4016cbddc504be43aae0e5d0913530ba..bd11c63192e6e07305ee111a5beedbdf61cc5d49 100644 (file)
@@ -1081,7 +1081,7 @@ open_source_file (struct symtab *s)
    If this function fails to find the file that this symtab represents,
    NULL will be returned and s->fullname will be set to NULL.  */
 
-char *
+const char *
 symtab_to_fullname (struct symtab *s)
 {
   int r;
This page took 0.023966 seconds and 4 git commands to generate.