match.c (intrinsic_operators): Make static.
authorRoger Sayle <roger@eyesopen.com>
Mon, 20 Aug 2007 06:11:15 +0000 (06:11 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 20 Aug 2007 06:11:15 +0000 (06:11 +0000)
commitba3ba492cd3434b1b05035d569d3ec5fc893b746
treec1ec8e45db267e27239c81f128d9ecdc098c74c6
parent0e7f61313e3f7194e4e516efa96d731618527a86
match.c (intrinsic_operators): Make static.

* match.c (intrinsic_operators): Make static.
(gfc_op2string): New function for converting a gfc_intrinsic_op to
to a "const char*", replacing the macro of the same name.
* gfortran.h (intrinsic_operators): Delete prototype.
(gfc_op2string): Replace macro with function prototype.

From-SVN: r127636
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/match.c