Bug 570553 - mozalloc.h:208:1: warning: C++ style comments are not allowed in ISO C90. r=vlad

This commit is contained in:
Saint Wesonga 2010-06-16 18:54:25 +02:00
parent 87fe91746b
commit e6180061d8

View File

@ -205,8 +205,10 @@ MOZALLOC_EXPORT void* moz_valloc(size_t size)
#endif
#ifdef ANDROID
// Android doesn't fully support exceptions, so its <new> header
// has operators that don't specify throw() at all.
/*
* Android doesn't fully support exceptions, so its <new> header
* has operators that don't specify throw() at all.
*/
#define MOZALLOC_THROW_IF_HAS_EXCEPTIONS /**/
#else
#define MOZALLOC_THROW_IF_HAS_EXCEPTIONS throw()