diff options
author | max99x <max99x@gmail.com> | 2011-06-26 02:20:17 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-06-26 02:20:17 +0300 |
commit | 2a1dc05129804978f21b2f51af08ca678fe92ea1 (patch) | |
tree | 4344affbc689ab5e50377b5fffb9641bc866057a /src/preamble_sharedlib.js | |
parent | 77e318392f888b3affe5e4d05520abb13cbff197 (diff) |
Prevented shared libs from overwriting __globalConstructor__.
Diffstat (limited to 'src/preamble_sharedlib.js')
-rw-r--r-- | src/preamble_sharedlib.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/preamble_sharedlib.js b/src/preamble_sharedlib.js new file mode 100644 index 00000000..01d68cfe --- /dev/null +++ b/src/preamble_sharedlib.js @@ -0,0 +1,11 @@ +// === Auto-generated preamble library stuff === + +//======================================== +// Runtime essentials +//======================================== + +function __globalConstructor__() { +} + +// === Body === + |