Skip to content

Commit

Permalink
fix deprecated bitstype syntax (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 committed Feb 28, 2017
1 parent 777eb26 commit c8efcb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
julia 0.5
Compat 0.9.5
Compat 0.17.0
DataStructures 0.5.1
2 changes: 1 addition & 1 deletion src/precond.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Precondition
# ============

bitstype 8 Value
@compat primitive type Value 8 end

const NONE = reinterpret(Value, 0x00)
const TRUE = reinterpret(Value, 0x01)
Expand Down

0 comments on commit c8efcb0

Please sign in to comment.