]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgfortran/generated/_exp_c16.F90
gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.
[thirdparty/gcc.git] / libgfortran / generated / _exp_c16.F90
index 58527bc536ab66970f6194091745858ed7280c4c..ad7d4dc7244fc69038e3cb3bd7b81b2ae8635906 100644 (file)
 #if defined (HAVE_GFC_COMPLEX_16)
 #ifdef HAVE_CEXPL
 
-elemental function specific__exp_c16 (parm)
+elemental function _gfortran_specific__exp_c16 (parm)
    complex (kind=16), intent (in) :: parm
-   complex (kind=16) :: specific__exp_c16
+   complex (kind=16) :: _gfortran_specific__exp_c16
 
-   specific__exp_c16 = exp (parm)
+   _gfortran_specific__exp_c16 = exp (parm)
 end function
 
 #endif