cpplib.c (special_symbol): Move IP to be declared in function scope, rather than...
authorBrendan Kehoe <brendan@cygnus.com>
Tue, 9 Feb 1999 15:02:18 +0000 (15:02 +0000)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Tue, 9 Feb 1999 15:02:18 +0000 (10:02 -0500)
commite4d8ad2321d424a13b249c4e8794ae1ef3545c59
tree07e8512e333ffc71fa8bbd04f8cb5f67ca32bd43
parent6458033dde6a2db8e5dd2a140805b58a3ed3747f
cpplib.c (special_symbol): Move IP to be declared in function scope, rather than individual case statements.

* cpplib.c (special_symbol): Move IP to be declared in function
scope, rather than individual case statements.
fixes building under solaris

From-SVN: r25112
gcc/ChangeLog
gcc/cpplib.c