gecko-dev/js
edburns%acm.org 67cfd5f36b r=brendan
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.
2000-05-27 01:12:40 +00:00
..
benchmarks
js2 Removed old branches, changed offset printing to handle NULL operand. 2000-05-26 22:35:36 +00:00
jsd
jsdj
jsj
macbuild Add nsIScriptError.idl. Build it here rather than back in xpfe/components/console. Checkin by McCabe, on rginda's mac. 2000-04-21 00:57:27 +00:00
ref
rhino Remove unused constructor. 2000-05-23 21:03:50 +00:00
semantics Simplified grammar without changing syntax 2000-05-13 00:18:56 +00:00
src r=brendan 2000-05-27 01:12:40 +00:00
tests Add rhino9 and rhinoms9. 2000-05-24 18:10:55 +00:00
.cvsignore
landbranch.pl
Makefile.in
makefile.win