-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3cce81e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @shauleiz, just so I understand. What is the reason why this change was reverted?
3cce81e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Crayon,
I'm a big fan of "If it ain't broke don't fix it"
I did not go into the finesses of the syntax of #define.
Either the blank does not matter (so why fix it)
Or it does - so we should not change it because it might brake backwards compatibility.
Actually, many of the changes that did go in might also fall under this category. However, redundant ';' is considered as bad practice.
3cce81e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it does matter, but it's for forward compatibility. Since I'm not that good for explaining stuff this an explanation (lightly modified for this context) from Daniel Holbert at https://bugzilla.mozilla.org/show_bug.cgi?id=865396
3cce81e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.