Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: gdb/common/format.h

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/common/filestuff.c ('k') | gdb/common/format.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/common/format.h
diff --git a/gdb/common/format.h b/gdb/common/format.h
index 4c6c1b956732a0ab0c9081bd3b72664e055a2f86..ba3d703cf7d099a2fa412dfddd3735c73dd568b2 100644
--- a/gdb/common/format.h
+++ b/gdb/common/format.h
@@ -1,6 +1,6 @@
/* Parse a printf-style format string.
- Copyright (C) 1986-2012 Free Software Foundation, Inc.
+ Copyright (C) 1986-2013 Free Software Foundation, Inc.
This file is part of GDB.
@@ -51,7 +51,7 @@ struct format_piece
/* Return an array of printf fragments found at the given string, and
rewrite ARG with a pointer to the end of the format string. */
-extern struct format_piece *parse_format_string (char **arg);
+extern struct format_piece *parse_format_string (const char **arg);
/* Given a pointer to an array of format pieces, free any memory that
would have been allocated by parse_format_string. */
« no previous file with comments | « gdb/common/filestuff.c ('k') | gdb/common/format.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698