]> andersk Git - moira.git/commitdiff
#define sparc if on a SUN-4 (sun && sparc defined)
authorjtkohl <jtkohl>
Wed, 24 May 1989 15:05:25 +0000 (15:05 +0000)
committerjtkohl <jtkohl>
Wed, 24 May 1989 15:05:25 +0000 (15:05 +0000)
util/makedepend/main.c

index aef00c2a00be7c7abb7468c82194eade760223b4..732cb3894b98fbf04b53ed421135077b26133213 100644 (file)
@@ -36,6 +36,9 @@ struct symtab predefs[] = {
 #endif
 #ifdef sun
        {"sun", NULL},
+#ifdef sparc
+       {"sparc", NULL},
+#endif
 #endif
 #ifdef hpux
        {"hpux", NULL},
This page took 0.584412 seconds and 5 git commands to generate.