mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 12:03:08 +00:00
Bug 205608 Warning: C++ style comments are not allowed in ISO C89
r=jst sr=jst
This commit is contained in:
parent
2a065070c4
commit
b20cd43140
@ -189,4 +189,4 @@ idn_nameprep_isvalidbidi(idn_nameprep_t handle, const unsigned long *str,
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif //nsIDNKitWrapper_h__
|
||||
#endif /* nsIDNKitWrapper_h__ */
|
||||
|
@ -143,7 +143,7 @@ int nm2tsv(Options* inOptions)
|
||||
*/
|
||||
{
|
||||
int retval = 0;
|
||||
char lineBuffer[4096]; // yes, the are some very large symbols
|
||||
char lineBuffer[4096]; /* yes, the are some very large symbols */
|
||||
char* module = NULL;
|
||||
char* size = NULL;
|
||||
char* type = NULL;
|
||||
|
@ -915,9 +915,10 @@ _pl_CleanupNativeNotifier(PLEventQueue* self)
|
||||
}
|
||||
RemoveProp(self->eventReceiverWindow, _md_GetEventQueuePropName());
|
||||
|
||||
// DestroyWindow doesn't do anything when called from a non ui thread. Since
|
||||
// self->eventReceiverWindow was created on the ui thread, it must be destroyed
|
||||
// on the ui thread.
|
||||
/* DestroyWindow doesn't do anything when called from a non ui thread. Since
|
||||
* self->eventReceiverWindow was created on the ui thread, it must be destroyed
|
||||
* on the ui thread.
|
||||
*/
|
||||
SendMessage(self->eventReceiverWindow, WM_CLOSE, 0, 0);
|
||||
|
||||
#elif defined(XP_OS2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user