aboutsummaryrefslogtreecommitdiff
path: root/src/preamble_sharedlib.js
diff options
context:
space:
mode:
authormax99x <max99x@gmail.com>2011-06-26 02:20:17 +0300
committermax99x <max99x@gmail.com>2011-06-26 02:20:17 +0300
commit2a1dc05129804978f21b2f51af08ca678fe92ea1 (patch)
tree4344affbc689ab5e50377b5fffb9641bc866057a /src/preamble_sharedlib.js
parent77e318392f888b3affe5e4d05520abb13cbff197 (diff)
Prevented shared libs from overwriting __globalConstructor__.
Diffstat (limited to 'src/preamble_sharedlib.js')
-rw-r--r--src/preamble_sharedlib.js11
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 ===
+