зеркало из https://github.com/mozilla/gecko-dev.git
move # to first column for Very Lame Compilers.
This commit is contained in:
Родитель
ca1356da38
Коммит
cdb2f4b71c
|
@ -435,7 +435,7 @@ bool JSValue::isPositiveZero() const
|
|||
int JSValue::operator==(const JSValue& value) const
|
||||
{
|
||||
if (this->tag == value.tag) {
|
||||
#define CASE(T) case T##_tag: return (this->T == value.T)
|
||||
# define CASE(T) case T##_tag: return (this->T == value.T)
|
||||
switch (tag) {
|
||||
CASE(i8); CASE(u8);
|
||||
CASE(i16); CASE(u16);
|
||||
|
|
|
@ -435,7 +435,7 @@ bool JSValue::isPositiveZero() const
|
|||
int JSValue::operator==(const JSValue& value) const
|
||||
{
|
||||
if (this->tag == value.tag) {
|
||||
#define CASE(T) case T##_tag: return (this->T == value.T)
|
||||
# define CASE(T) case T##_tag: return (this->T == value.T)
|
||||
switch (tag) {
|
||||
CASE(i8); CASE(u8);
|
||||
CASE(i16); CASE(u16);
|
||||
|
|
Загрузка…
Ссылка в новой задаче