From 4f03ed6bdee98c57e09d60dbf38861e2129d12a4 Mon Sep 17 00:00:00 2001 From: jim Date: Mon, 9 Oct 1989 14:28:56 +0000 Subject: SUNSHLIB comes first since that is what the file does --- xc/lib/Xmu/sharedlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xc/lib') 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 /* -- cgit v1.2.3