From: Harley L. <los...@us...> - 2013-06-06 17:52:57
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via ab5c4f3bbc7e955cb5ef5daadd604cb6556a12d7 (commit) from ca07b70bbfaf56e70e602b121480b0c4d7a2d6d0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ab5c4f3bbc7e955cb5ef5daadd604cb6556a12d7 Author: Harley Laue <los...@gm...> Date: Thu Jun 6 12:50:10 2013 -0500 Fix C++ compilation with missing __END_DECLS ----------------------------------------------------------------------- Summary of changes: kernel/arch/dreamcast/include/dc/fmath_base.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/arch/dreamcast/include/dc/fmath_base.h b/kernel/arch/dreamcast/include/dc/fmath_base.h index f6272ac..fae5224 100644 --- a/kernel/arch/dreamcast/include/dc/fmath_base.h +++ b/kernel/arch/dreamcast/include/dc/fmath_base.h @@ -132,5 +132,6 @@ __BEGIN_DECLS __w; }) /** \endcond */ +__END_DECLS #endif /* !__DC_FMATH_BASE_H */ hooks/post-receive -- A pseudo Operating System for the Dreamcast. |