From 8db3509687f8003b864437d2b173cd74164fb1e6 Mon Sep 17 00:00:00 2001 From: shivers Date: Sun, 11 Jul 1999 20:14:18 +0000 Subject: [PATCH] Trivial comment fix. --- unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix.c b/unix.c index a56c4c7..2d36605 100644 --- a/unix.c +++ b/unix.c @@ -639,7 +639,7 @@ lookup_external_name(char *name, long *location) strcpy(nm+1,name); #else strcpy(nm,name); -#endif /*! HAVE_DLOPEN */ +#endif /*! USCORE */ #if defined(HAVE_DLOPEN) return lookup_dlsym(nm, location); #elif defined(HAVE_NLIST)