зеркало из https://github.com/mozilla/pjs.git
Changed C++ comment to a C comment to make AIX compiler happy.
This commit is contained in:
Родитель
97da47c5ae
Коммит
9f0064a9e4
|
@ -454,7 +454,7 @@ pass_1(TreeState *state)
|
|||
fprintf(stderr, "writing typelib was %ssuccessful\n",
|
||||
ok ? "" : "not ");
|
||||
#else
|
||||
; // msvc would like a statement here
|
||||
; /* msvc would like a statement here */
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
@ -454,7 +454,7 @@ pass_1(TreeState *state)
|
|||
fprintf(stderr, "writing typelib was %ssuccessful\n",
|
||||
ok ? "" : "not ");
|
||||
#else
|
||||
; // msvc would like a statement here
|
||||
; /* msvc would like a statement here */
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче