comment fixes
[deliverable/binutils-gdb.git] / gdb / c-lang.h
index 38edc3e79451a3404caf3d67d37393e8bccfe203..9c7dcfbe2688a3d3470bd42cc164fac5d51515c9 100644 (file)
@@ -1,7 +1,6 @@
 /* C language support definitions for GDB, the GNU debugger.
 
-   Copyright (C) 1992, 1994-1998, 2000, 2002, 2005-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1992-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -62,7 +61,7 @@ extern int c_parse (void);
 
 extern void c_error (char *);
 
-extern int c_parse_escape (char **, struct obstack *);
+extern int c_parse_escape (const char **, struct obstack *);
 
 /* Defined in c-typeprint.c */
 extern void c_print_type (struct type *, const char *,
This page took 0.024001 seconds and 4 git commands to generate.