repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
time
/
wmtime
/
patches
/
patch-wmgeneral_list.h
blob
6dfd75f518ee2ba2dba27d5a74ad2f5cc2a39828
1
$NetBSD$
2
3
---
wmgeneral
/
list
.
h
.
orig
2012
-
10
-
30 21
:
09
:
32.000000000
+
0000
4
+++
wmgeneral
/
list
.
h
5
@@
-
29
,
11
+
29
,
7
@@ Boston
,
MA
02111
-
1307
,
USA
.
*/
6
#ifndef __LIST_H_
7
#define __LIST_H_
8
9
-
#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
10
-
# define INLINE inline
11
-
#else
12
-
# define INLINE
13
-
#endif
14
+
#define INLINE
15
16
typedef
struct
LinkedList
{
17
void
*
head
;