Changed C++ comment to a C comment to make AIX compiler happy.

This commit is contained in:
waqar%netscape.com 1999-04-12 18:28:53 +00:00
Родитель 97da47c5ae
Коммит 9f0064a9e4
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
}