Commit c9646177 by Doug Evans

Fix typo.

From-SVN: r5768
parent dfa3449b
...@@ -20,7 +20,7 @@ typedef void *__gnuc_va_list; ...@@ -20,7 +20,7 @@ typedef void *__gnuc_va_list;
#define __va_ellipsis #define __va_ellipsis
#endif #endif
#ifdef __h8300__ #ifdef __H8300__
#define __va_rounded_size(TYPE) \ #define __va_rounded_size(TYPE) \
(((sizeof (TYPE) + sizeof (int) - 1) / sizeof (int)) * sizeof (int)) (((sizeof (TYPE) + sizeof (int) - 1) / sizeof (int)) * sizeof (int))
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment