mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-04-01 19:51:40 +00:00
[gdbserver] Delete _ macro (gettext).
server.h nowadays includes gdb_locale.h, which already brings this in. gdb/gdbserver/ 2013-09-05 Pedro Alves <palves@redhat.com> * server.h (_): Delete.
This commit is contained in:
parent
257e6d53e2
commit
eebdf26b45
@ -1,3 +1,7 @@
|
||||
2013-09-05 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* server.h (_): Delete.
|
||||
|
||||
2013-09-02 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
|
||||
|
@ -73,12 +73,6 @@ extern int vasprintf(char **strp, const char *fmt, va_list ap);
|
||||
int vsnprintf(char *str, size_t size, const char *format, va_list ap);
|
||||
#endif
|
||||
|
||||
/* Define underscore macro, if not available, to be able to use it inside
|
||||
code shared with gdb in common directory. */
|
||||
#ifndef _
|
||||
#define _(String) (String)
|
||||
#endif
|
||||
|
||||
#ifdef IN_PROCESS_AGENT
|
||||
# define PROG "ipa"
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user