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 --- c/src/exec/rtems/headers/eventmp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/rtems/headers/eventmp.h') diff --git a/c/src/exec/rtems/headers/eventmp.h b/c/src/exec/rtems/headers/eventmp.h index 9df2ef1e22..17e11b066d 100644 --- a/c/src/exec/rtems/headers/eventmp.h +++ b/c/src/exec/rtems/headers/eventmp.h @@ -11,7 +11,7 @@ * 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$ + * eventmp.h,v 1.2 1995/05/31 16:46:25 joel Exp */ #ifndef __RTEMS_EVENT_MP_h @@ -34,7 +34,7 @@ extern "C" { typedef enum { EVENT_MP_SEND_REQUEST = 0, - EVENT_MP_SEND_RESPONSE = 1, + EVENT_MP_SEND_RESPONSE = 1 } Event_MP_Remote_operations; /* -- cgit v1.2.3