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:
obrien 1999-05-01 22:22:42 +00:00
parent c9af91f18b
commit 0be16f9afe

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

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