зеркало из https://github.com/mozilla/gecko-dev.git
No bug - Fix comment in nsTHashtable.h so it no longer mentions PR_TRUE/PR_FALSE. r=me DONTBUILD
This commit is contained in:
Родитель
726000e491
Коммит
9e4a6cea73
|
@ -63,7 +63,7 @@ PL_DHashStubEnumRemove(PLDHashTable *table,
|
|||
*
|
||||
* // ALLOW_MEMMOVE can we move this class with memmove(), or do we have
|
||||
* // to use the copy constructor?
|
||||
* enum { ALLOW_MEMMOVE = PR_(TRUE or FALSE) };
|
||||
* enum { ALLOW_MEMMOVE = true/false };
|
||||
* }</pre>
|
||||
*
|
||||
* @see nsInterfaceHashtable
|
||||
|
|
Загрузка…
Ссылка в новой задаче