зеркало из https://github.com/mozilla/gecko-dev.git
Remove the illegal semicolon after extern "C" {}
This commit is contained in:
Родитель
f4aa50fce9
Коммит
23ae585495
|
@ -40,7 +40,7 @@
|
|||
|
||||
#ifdef USE_NSREG
|
||||
#define XP_BEGIN_PROTOS extern "C" {
|
||||
#define XP_END_PROTOS };
|
||||
#define XP_END_PROTOS }
|
||||
#include "NSReg.h"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
#ifdef USE_NSREG
|
||||
#define XP_BEGIN_PROTOS extern "C" {
|
||||
#define XP_END_PROTOS };
|
||||
#define XP_END_PROTOS }
|
||||
#include "NSReg.h"
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче