JMZ says:

Add an emply MAIN__() function. This avoid an unresolved reference error
   during link phase when using fortran subroutines with non-fortran 'main()'.

Obtained from:  src/lib/libF77/MAIN.c rev 1.1 by jmz
This commit is contained in:
David E. O'Brien 1999-05-01 22:22:42 +00:00
parent fad9a47729
commit 2ec56ee0ea

1
gnu/lib/libg2c/MAIN.c Normal file
View File

@ -0,0 +1 @@
MAIN__(){}