Skip to content

Commit

Permalink
v
Browse files Browse the repository at this point in the history
  • Loading branch information
bbejanov authored Oct 27, 2023
1 parent f452ae4 commit aa85f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataecon/I.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function DEError()
end

@inline _de_error!(msg, ::Val{:debug}) = C.de_error_source(msg, sizeof(msg))
@inline _de_error!(msg, ::Val=Val(:nodebug)) = (@nospecialize(v); C.de_error(msg, sizeof(msg)))
@inline _de_error!(msg, v::Val=Val(:nodebug)) = (@nospecialize(v); C.de_error(msg, sizeof(msg)))


# _check() handles results from C library calls
Expand Down

0 comments on commit aa85f69

Please sign in to comment.