summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-02 13:25:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-02 13:25:07 +0000
commit544ec1c16b67cd6449bc2747de2d47bc91a4d3af (patch)
tree631c6eaf5c3e10d44b247e8f4c568caf32fc53cc /ACE
parent2510c54807348f780bbe89cf8371e5b6cabb69d2 (diff)
downloadATCD-544ec1c16b67cd6449bc2747de2d47bc91a4d3af.tar.gz
Tue Jan 2 12:45:36 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ace/Rtems_init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE/ace/Rtems_init.c b/ACE/ace/Rtems_init.c
index e7b23718381..59b71be1bea 100644
--- a/ACE/ace/Rtems_init.c
+++ b/ACE/ace/Rtems_init.c
@@ -37,7 +37,9 @@
char *rtems_progname;
-#define CONFIGURE_INIT rtems_task Init (rtems_task_argument argument);
+#define CONFIGURE_INIT
+
+rtems_task Init (rtems_task_argument argument);
#include <confdefs.h>