Skip to content

Commit

Permalink
Merge pull request #188 from JuliaIO/yyc/0.6
Browse files Browse the repository at this point in the history
Fix 0.6 abstract type declaration depwarn
  • Loading branch information
yuyichao authored Feb 12, 2017
2 parents f884f0b + 0506c92 commit 4c960b9
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 4c960b9

Please sign in to comment.