Bug 564261: fix build warning about C++ style comment in mozalloc.h. r=cjones

This commit is contained in:
Daniel Holbert 2010-05-11 12:07:33 -07:00
parent b846bcb38d
commit 7d1e5ba861

View File

@ -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)