projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove unused exptab field of struct fft_complex.
[paraslash.git]
/
list.h
diff --git
a/list.h
b/list.h
index db2e84908130676e22f346eedea116254786146d..80f36a1ba58ee0032fb3fbd99c4054a03c917cbd 100644
(file)
--- a/
list.h
+++ b/
list.h
@@
-34,7
+34,7
@@
struct list_head {
};
/** Define an initialized list head. */
};
/** Define an initialized list head. */
-#define LIST_HEAD(name) struct list_head name = { &(name), &(name) }
+#define
INITIALIZED_
LIST_HEAD(name) struct list_head name = { &(name), &(name) }
/** must be called before using any other list functions */
/** must be called before using any other list functions */