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

Unified Diff: gdb/gdb-demangle.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/gdb-code-style.el ('k') | gdb/gdb-dlfcn.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/gdb-demangle.h
diff --git a/gdb/gdb-demangle.h b/gdb/gdb-demangle.h
index 7d360ba8973ce4c5a7be6378f14d0702746baa53..cd4e27c7dbd17fa815b1e8e8f3748e1b14ea3f31 100644
--- a/gdb/gdb-demangle.h
+++ b/gdb/gdb-demangle.h
@@ -1,5 +1,5 @@
/* Basic C++ demangling support for GDB.
- Copyright (c) 2011-2012 Free Software Foundation, Inc.
+ Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of GDB.
@@ -28,9 +28,6 @@ extern int demangle;
DEMANGLE is zero, names are printed raw, i.e. DEMANGLE controls. */
extern int asm_demangle;
-/* Fake a "set demangle-style" command. */
-extern void set_demangling_style (char *);
-
/* Check if a character is one of the commonly used C++ marker characters. */
extern int is_cplus_marker (int);
« no previous file with comments | « gdb/gdb-code-style.el ('k') | gdb/gdb-dlfcn.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698