1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00

Revert OBJECT_HEAD() part of tcc cleanups

The LIST_HEAD() change to OBJECT_HEAD() doesn't work when debuging is
enabled.

Fixes: d18809522e
This commit is contained in:
Jonas Fonseca 2006-01-22 06:18:40 +01:00 committed by Jonas Fonseca
parent ba3e4a611d
commit 7e6f398602

View File

@ -15,8 +15,7 @@ struct object {
};
#define OBJECT_HEAD(type) \
type *next; \
type *prev; \
LIST_HEAD(type); \
struct object object
struct object_head {