forked from Imagelibrary/binutils-gdb
Fix PR build/1097.
* utils.c (gdb_realpath): Move closing brace outwards one #endif.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2003-02-26 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
|
Fix PR build/1097.
|
||||||
|
* utils.c (gdb_realpath): Move closing brace outwards one #endif.
|
||||||
|
|
||||||
2003-02-25 Andrew Cagney <cagney@redhat.com>
|
2003-02-25 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* frame.c (get_prev_frame): Add comment on check for
|
* frame.c (get_prev_frame): Add comment on check for
|
||||||
|
|||||||
@@ -2764,8 +2764,8 @@ gdb_realpath (const char *filename)
|
|||||||
if (rp == NULL)
|
if (rp == NULL)
|
||||||
rp = filename;
|
rp = filename;
|
||||||
return xstrdup (rp);
|
return xstrdup (rp);
|
||||||
}
|
|
||||||
# endif
|
# endif
|
||||||
|
}
|
||||||
#endif /* HAVE_REALPATH */
|
#endif /* HAVE_REALPATH */
|
||||||
|
|
||||||
/* Method 2: The host system (i.e., GNU) has the function
|
/* Method 2: The host system (i.e., GNU) has the function
|
||||||
|
|||||||
Reference in New Issue
Block a user