diff options
| author | spv420 <spv@spv.sh> | 2022-07-31 22:45:40 -0400 |
|---|---|---|
| committer | spv420 <spv@spv.sh> | 2022-07-31 22:45:40 -0400 |
| commit | 35f5555e9c0fb88827201d6660988b619abb2bd2 (patch) | |
| tree | 0c1533f1980efd01fb26b4c9ebf1ed84621a066c /src/stage4/lib | |
| parent | 7204eca4a28c681b5ec4801a236f521c69d0e70b (diff) | |
wbamo
Diffstat (limited to 'src/stage4/lib')
| -rw-r--r-- | src/stage4/lib/native_ptr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage4/lib/native_ptr.js b/src/stage4/lib/native_ptr.js index 4dcbfeb..d15fec5 100644 --- a/src/stage4/lib/native_ptr.js +++ b/src/stage4/lib/native_ptr.js @@ -53,7 +53,7 @@ class native_ptr { function native_ptr_type(size, buf_to_obj, obj_to_buf) { class ret extends native_ptr { - + // } ret.prototype.predef = true; |
