diff options
Diffstat (limited to 'src/dom/js/README')
| -rw-r--r-- | src/dom/js/README | 20 |
1 files changed, 0 insertions, 20 deletions
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. - - - |
