Skip to content
Snippets Groups Projects
Commit 733a326b authored by Daniel Holbert's avatar Daniel Holbert
Browse files

Bug 654346: Fix C++-style comments in mfbt headers included by .c files, to...

Bug 654346: Fix C++-style comments in mfbt headers included by .c files, to fix build warnings. r=cjones comment-only=DONTBUILD
parent f19fd091
No related branches found
No related tags found
No related merge requests found
......@@ -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_ */
......@@ -74,7 +74,7 @@ MOZ_END_EXTERN_C
# define MOZ_ASSERT(expr_) ((void)0)
#endif // DEBUG
#endif /* DEBUG */
#ifdef __cplusplus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment