From 45819022cee43c0cef9146ccd10aaf20f99b489b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 16 Aug 1995 19:42:41 +0000 Subject: bug fixes to make macro implementations work --- cpukit/score/src/wkspace.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'cpukit/score/src/wkspace.c') diff --git a/cpukit/score/src/wkspace.c b/cpukit/score/src/wkspace.c index 8a373dce5b..59ccbd059a 100644 --- a/cpukit/score/src/wkspace.c +++ b/cpukit/score/src/wkspace.c @@ -1,13 +1,10 @@ /* * Workspace Handler * - * JUNK + * XXX * * NOTE: * - * This file only exists to contain the one function which cannot - * be written as a macro when "static inlines" are not used. - * * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994. * On-Line Applications Research Corporation (OAR). * All rights assigned to U.S. Government, 1994. @@ -16,15 +13,13 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * $Id$ + * wkspace.c,v 1.4 1995/05/25 15:26:53 joel Exp */ #include #include #include -#ifndef USE_INLINES - /*PAGE * * _Workspace_Allocate_or_fatal_error @@ -44,6 +39,3 @@ void *_Workspace_Allocate_or_fatal_error( return memory; } - -#endif /* USE_INLINES */ - -- cgit v1.2.3