* sparc-sol2-nat.c: Add missing ')'.

This commit is contained in:
Mark Kettenis 2004-01-03 15:56:15 +00:00
parent 1af510a802
commit fb316966f9
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-01-03 Mark Kettenis <kettenis@gnu.org>
* sparc-sol2-nat.c: Add missing ')'.
2004-01-03 J. Brobecker <brobecker@gnat.com>
* infrun.c (handle_step_into_function): New function.

View file

@ -49,7 +49,7 @@
process using /proc on Solaris. */
#if (defined (__arch64__) ||
(defined (PR_MODEL_NATIVE) && (PR_MODEL_NATIVE == PR_MODEL_LP64))
(defined (PR_MODEL_NATIVE) && (PR_MODEL_NATIVE == PR_MODEL_LP64)))
#include "sparc64-tdep.h"