From a66186ec6a3fda20b8280e8f4901d1a1aeb5a48a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 20 Feb 1998 19:57:53 +0000 Subject: Added misisng line continuation. --- cpukit/sapi/include/confdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 78755c95f8..df926196f5 100644 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -402,7 +402,7 @@ posix_initialization_threads_table POSIX_Initialization_threads[] = { #define CONFIGURE_MEMORY_FOR_MP \ ( CONFIGURE_MEMORY_FOR_PROXIES(CONFIGURE_MP_MAXIMUM_PROXIES) + \ CONFIGURE_MEMORY_FOR_GLOBAL_OBJECTS(CONFIGURE_MP_MAXIMUM_GLOBAL_OBJECTS) + \ - CONFIGURE_MEMORY_FOR_TASKS(1) + CONFIGURE_MEMORY_FOR_TASKS(1) \ ) #endif /* CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE */ -- cgit v1.2.3