Skip to content

Commit

Permalink
Fix 0.6 abstract type declaration depwarn
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Feb 11, 2017
1 parent f884f0b commit 0506c92
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,2 +1,2 @@
julia 0.4
Compat 0.9.5
Compat 0.17.0
2 changes: 1 addition & 1 deletion src/Parser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Like `isdigit`, but for bytes.
"""
isjsondigit(b::UInt8) = DIGIT_ZERO b DIGIT_NINE

abstract ParserState
@compat abstract type ParserState end

type MemoryParserState <: ParserState
utf8data::Vector{UInt8}
Expand Down

0 comments on commit 0506c92

Please sign in to comment.