mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
166c9c12a1
commit
582e13726b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user