mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Bug 564261: fix build warning about C++ style comment in mozalloc.h. r=cjones
This commit is contained in:
parent
b846bcb38d
commit
7d1e5ba861
@ -53,8 +53,8 @@
|
||||
|
||||
|
||||
#if defined(MOZALLOC_EXPORT)
|
||||
// do nothing: it's been defined to __declspec(dllexport) by
|
||||
// mozalloc*.cpp on platforms where that's required
|
||||
/* do nothing: it's been defined to __declspec(dllexport) by
|
||||
* mozalloc*.cpp on platforms where that's required. */
|
||||
#elif defined(XP_WIN) || (defined(XP_OS2) && defined(__declspec))
|
||||
# define MOZALLOC_EXPORT __declspec(dllimport)
|
||||
#elif defined(HAVE_VISIBILITY_ATTRIBUTE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user