From 24c4d5b06d231785db01500360c26815d8fe4d15 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 7 Mar 2007 12:11:48 +0000 Subject: (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; --- src/oldpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/oldpool.h') diff --git a/src/oldpool.h b/src/oldpool.h index 8176ba30c..7b296715e 100644 --- a/src/oldpool.h +++ b/src/oldpool.h @@ -3,7 +3,7 @@ #ifndef OLDPOOL_H #define OLDPOOL_H -typedef struct OldMemoryPool OldMemoryPool; +struct OldMemoryPool; /* The function that is called after a new block is added start_item is the first item of the new made block */ -- cgit v1.2.3-54-g00ecf