From ddfaffe08d23e4663fe759d67ae33fd67fc9ce5b Mon Sep 17 00:00:00 2001 From: Aaron Spike Date: Wed, 12 Apr 2006 13:20:54 +0000 Subject: Removed file/folder for ishmal (bzr r478) --- src/dom/js/README | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/dom/js/README (limited to 'src/dom/js/README') diff --git a/src/dom/js/README b/src/dom/js/README deleted file mode 100644 index cca453245..000000000 --- a/src/dom/js/README +++ /dev/null @@ -1,20 +0,0 @@ -//######################################################################### -//# $Id$ -//######################################################################### -See: - -$PROJECT/src/ecma/README - -for more information. - -The source is unchanged from Mozilla.org's distribution with -the minor difference: - -Line 142 in jstypes.h: -#if defined(_WIN32) && !defined(__MWERKS__) -is modified to -#if defined(_WIN32) && !defined(__MWERKS__) && !defined(__GNUC__) -to allow for static linking in Mingw on Win32. - - - -- cgit v1.2.3