mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* macrotab.c (macro_bcache_str): Remove cast.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2012-07-25 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* macrotab.c (macro_bcache_str): Remove cast.
|
||||
|
||||
2012-07-25 Hui Zhu <hui_zhu@mentor.com>
|
||||
|
||||
* linespec.c (linespec_lexer_lex_number): Update comments,
|
||||
|
||||
@@ -128,7 +128,7 @@ macro_bcache (struct macro_table *t, const void *addr, int len)
|
||||
static const char *
|
||||
macro_bcache_str (struct macro_table *t, const char *s)
|
||||
{
|
||||
return (char *) macro_bcache (t, s, strlen (s) + 1);
|
||||
return macro_bcache (t, s, strlen (s) + 1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user