OSDN Git Service

* match.c (intrinsic_operators): Make static.
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Aug 2007 06:11:15 +0000 (06:11 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Aug 2007 06:11:15 +0000 (06:11 +0000)
commitdfd6dccf184e1e9494f0ac705a723fb5837995d4
treec1ec8e45db267e27239c81f128d9ecdc098c74c6
parent02d78334fc031dbbc288ee62ebf90b15d6792cd4
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127636 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/match.c