blob: 9c3cd98a027ec7586442dbd96c2dcbb6952612a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1.1.1 2002/05/04 01:10:03 jtb Exp $
--- src/main.c.orig Sat May 3 07:25:04 1997
+++ src/main.c
@@ -375,7 +375,7 @@
* references from the Fortran libraries.
*/
-#if linux
+#if defined (linux) || defined (__NetBSD__)
void
MAIN__ (void)
|