]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgfortran/generated/_atanh_r8.F90
gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.
[thirdparty/gcc.git] / libgfortran / generated / _atanh_r8.F90
index 05dd808ff4b36666496d60ae750aa8f22fc72e6d..b3871086e48285dce062c022e1ec6d55caa35f3a 100644 (file)
 #if defined (HAVE_GFC_REAL_8)
 #ifdef HAVE_ATANH
 
-elemental function specific__atanh_r8 (parm)
+elemental function _gfortran_specific__atanh_r8 (parm)
    real (kind=8), intent (in) :: parm
-   real (kind=8) :: specific__atanh_r8
+   real (kind=8) :: _gfortran_specific__atanh_r8
 
-   specific__atanh_r8 = atanh (parm)
+   _gfortran_specific__atanh_r8 = atanh (parm)
 end function
 
 #endif