This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Merge pull request
#65
from lpgauth/no_native
Add compile option no_native
return-trailer
Paul J. Davis
9 years ago
parent
e371ec1075
79f1dd1725
commit
2c39402869
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/jiffy.erl
+ 2
- 0
src/jiffy.erl
View File
@ -5,6 +5,8 @@
-
export
(
[
decode
/
1
,
decode
/
2
,
encode
/
1
,
encode
/
2
]
)
.
-
export
(
[
decode
/
1
,
decode
/
2
,
encode
/
1
,
encode
/
2
]
)
.
-
define
(
NOT_LOADED
,
not_loaded
(
?
LINE
)
)
.
-
define
(
NOT_LOADED
,
not_loaded
(
?
LINE
)
)
.
-
compile
(
[
no_native
]
)
.
-
on_load
(
init
/
0
)
.
-
on_load
(
init
/
0
)
.
Write
Preview
Loading…
Cancel
Save