Bug 654346: Fix C++-style comments in mfbt headers included by .c files, to fix build warnings. r=cjones comment-only=DONTBUILD

This commit is contained in:
Daniel Holbert 2011-05-03 10:24:01 -07:00
parent f19fd0912b
commit 733a326bda
2 changed files with 2 additions and 2 deletions

View File

@ -88,4 +88,4 @@
#define MOZ_BEGIN_EXTERN_C JS_BEGIN_EXTERN_C
#define MOZ_END_EXTERN_C JS_END_EXTERN_C
#endif // mozilla_Types_h_
#endif /* mozilla_Types_h_ */

View File

@ -74,7 +74,7 @@ MOZ_END_EXTERN_C
# define MOZ_ASSERT(expr_) ((void)0)
#endif // DEBUG
#endif /* DEBUG */
#ifdef __cplusplus