From: Peter Howkins Date: Sun, 11 Mar 2012 18:15:12 +0000 (+0000) Subject: Add linux to list of platforms that are object to those definitions X-Git-Tag: 2.2.0a~26^2~145 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=67affa6f3155ea33a922f1147f1c43ef407b8622;p=oweals%2Fcde.git Add linux to list of platforms that are object to those definitions --- diff --git a/cde/lib/DtSvc/include/codelibs/privbuf.h b/cde/lib/DtSvc/include/codelibs/privbuf.h index ef4963ad..e3a538bb 100644 --- a/cde/lib/DtSvc/include/codelibs/privbuf.h +++ b/cde/lib/DtSvc/include/codelibs/privbuf.h @@ -48,7 +48,7 @@ typedef void (*privbuf_func)(void *v); #include #include -#if defined(__osf__) || defined(sun) +#if defined(__osf__) || defined(sun) || defined(linux) // The DEC C++ compiler rejects valid inline declarations, claiming // they have both internal and external linkage. #else