mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Fix comment in nsTHashtable.h so it no longer mentions PR_TRUE/PR_FALSE. r=me DONTBUILD
This commit is contained in:
parent
8ee812c1c4
commit
2b9a5bcbda
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user