Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 568994
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/wmgeneral/list.h
0
++ b/wmgeneral/list.h
Lines 29-35 Boston, MA 02111-1307, USA. */ Link Here
29
#ifndef __LIST_H_
29
#ifndef __LIST_H_
30
#define __LIST_H_
30
#define __LIST_H_
31
31
32
#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
32
#if defined(__GNUC__) && !defined(__STRICT_ANSI__) && (__GNUC__ < 5)
33
# define INLINE inline
33
# define INLINE inline
34
#else
34
#else
35
# define INLINE
35
# define INLINE

Return to bug 568994