summaryrefslogtreecommitdiff
path: root/xc/lib
diff options
context:
space:
mode:
authorjim <empty>1989-10-09 14:28:56 +0000
committerjim <empty>1989-10-09 14:28:56 +0000
commit4f03ed6bdee98c57e09d60dbf38861e2129d12a4 (patch)
treea820cb5f07aeea394e38df49b063ad408f96d368 /xc/lib
parent1d1ebd2b3f154df764fd2a5e656439a88b69407b (diff)
SUNSHLIB comes first since that is what the file does
Diffstat (limited to 'xc/lib')
-rw-r--r--xc/lib/Xmu/sharedlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xmu/sharedlib.c b/xc/lib/Xmu/sharedlib.c
index b88ef8bf7..4c5ab508c 100644
--- a/xc/lib/Xmu/sharedlib.c
+++ b/xc/lib/Xmu/sharedlib.c
@@ -1,12 +1,12 @@
/*
- * $XConsortium: sharedlib.c,v 1.1 89/10/09 13:49:45 jim Exp $
+ * $XConsortium: sharedlib.c,v 1.2 89/10/09 14:13:10 jim Exp $
*
* Copyright 1989 Massachusetts Institute of Technology
*
* This file is used to force shared libraries to get the right routines.
*/
-#if !defined(SHAREDCODE) && defined(SUNSHLIB)
+#if defined(SUNSHLIB) && !defined(SHAREDCODE)
#include <X11/IntrinsicP.h>
/*