From 39e50b3f231f23ccc206b2551286b6f6531acfc0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 23 Nov 2003 19:11:46 +0000 Subject: 2003-11-23 Ralf Corsepius * system.h: Remove USE_INLINES. * chain.c: Remove USE_INLINES. --- doc/tools/bmenu/ChangeLog | 5 +++++ doc/tools/bmenu/chain.c | 22 ---------------------- doc/tools/bmenu/system.h | 1 - 3 files changed, 5 insertions(+), 23 deletions(-) (limited to 'doc/tools/bmenu') diff --git a/doc/tools/bmenu/ChangeLog b/doc/tools/bmenu/ChangeLog index 11573d57b6..9ce85cc658 100644 --- a/doc/tools/bmenu/ChangeLog +++ b/doc/tools/bmenu/ChangeLog @@ -1,3 +1,8 @@ +2003-11-23 Ralf Corsepius + + * system.h: Remove USE_INLINES. + * chain.c: Remove USE_INLINES. + 2002-03-27 Ralf Corsepius * Makefile.am: Remove AUTOMAKE_OPTIONS. diff --git a/doc/tools/bmenu/chain.c b/doc/tools/bmenu/chain.c index ba77ba2605..7047b42d56 100644 --- a/doc/tools/bmenu/chain.c +++ b/doc/tools/bmenu/chain.c @@ -54,28 +54,6 @@ void _Chain_Initialize( the_chain->last = current; } -/*PAGE - * - * _Chain_Get_first_unprotected - */ - -#ifndef USE_INLINES -STATIC INLINE Chain_Node *_Chain_Get_first_unprotected( - Chain_Control *the_chain -) -{ - Chain_Node *return_node; - Chain_Node *new_first; - - return_node = the_chain->first; - new_first = return_node->next; - the_chain->first = new_first; - new_first->previous = _Chain_Head( the_chain ); - - return return_node; -} -#endif /* USE_INLINES */ - /*PAGE * * _Chain_Get diff --git a/doc/tools/bmenu/system.h b/doc/tools/bmenu/system.h index cfc84e6333..a573045070 100644 --- a/doc/tools/bmenu/system.h +++ b/doc/tools/bmenu/system.h @@ -13,7 +13,6 @@ typedef unsigned int unsigned32; typedef unsigned short unsigned16; typedef unsigned char unsigned8; -#define USE_INLINES #define STATIC static #define INLINE inline -- cgit v1.2.3