mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
67cfd5f36b
a=brendan bug: 27362 This fix makes it so nsCLiveconnect.cpp doesn't #include files within an extern "C" {} block. To make this work, I simply moved the extern "C" {} to the minimum necessary range. This required placing an "ifdef __cplusplus extern "C"" block in jsj_private.h, since nsCLiveconnect.cpp is the only c++ file that includes jsj_private.h. |
||
---|---|---|
.. | ||
benchmarks | ||
js2 | ||
jsd | ||
jsdj | ||
jsj | ||
macbuild | ||
ref | ||
rhino | ||
semantics | ||
src | ||
tests | ||
.cvsignore | ||
landbranch.pl | ||
Makefile.in | ||
makefile.win |