]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgfortran/generated/_exp_c4.F90
gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.
[thirdparty/gcc.git] / libgfortran / generated / _exp_c4.F90
index 6fba6756be9c63e692cb53fb4924f9abc50ab219..866820b33cc305a8740f24e82cacb0f0476bc5e7 100644 (file)
 #if defined (HAVE_GFC_COMPLEX_4)
 #ifdef HAVE_CEXPF
 
-elemental function specific__exp_c4 (parm)
+elemental function _gfortran_specific__exp_c4 (parm)
    complex (kind=4), intent (in) :: parm
-   complex (kind=4) :: specific__exp_c4
+   complex (kind=4) :: _gfortran_specific__exp_c4
 
-   specific__exp_c4 = exp (parm)
+   _gfortran_specific__exp_c4 = exp (parm)
 end function
 
 #endif