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:
parent
c5e2bbdd1e
commit
67affa6f31
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue