1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Add linux to list of platforms that are object to those definitions

This commit is contained in:
Peter Howkins 2012-03-11 18:15:12 +00:00
parent c5e2bbdd1e
commit 67affa6f31

View file

@ -48,7 +48,7 @@ typedef void (*privbuf_func)(void *v);
#include <stddef.h> #include <stddef.h>
#include <stdlib.h> #include <stdlib.h>
#if defined(__osf__) || defined(sun) #if defined(__osf__) || defined(sun) || defined(linux)
// The DEC C++ compiler rejects valid inline declarations, claiming // The DEC C++ compiler rejects valid inline declarations, claiming
// they have both internal and external linkage. // they have both internal and external linkage.
#else #else