Constant of 4 for size is bad.

This commit is contained in:
Joel Sherrill
2000-05-16 19:16:39 +00:00
parent 250edf6f78
commit f48cad9cec

View File

@@ -187,10 +187,10 @@ SCORE_EXTERN rtems_cpu_table _CPU_Table; /* CPU dependent info */
(_CPU_Table.stack_free_hook)
/*
* XXX weird RTEMS stuff
* XXX weird RTEMS stuff that probably should be somewhere else.
*/
#define RTEMS_MAXIMUM_NAME_LENGTH 4
#define RTEMS_MAXIMUM_NAME_LENGTH sizeof(rtems_name)
#ifdef __cplusplus
}