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
Add compile option no_native
pull/65/head
Louis-Philippe Gauthier
10 years ago
parent
99867af6e9
commit
79f1dd1725
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