Skip to content

Commit

Permalink
add error ErrInfinity and ErrNaN.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchan0321 committed Dec 6, 2018
1 parent 45da85c commit 2f335d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions error.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@
#define TE_NOENCODING L"ErrNoEncoding"
#define TE_BADENCODEBYTE L"ErrBadEncodeByte"
#define TE_BADENCODER L"ErrBadEncoder"
#define TE_INFINITY L"ErrInfinity"
#define TE_NAN L"ErrNaN"

#endif /* __ERROR__ */

0 comments on commit 2f335d0

Please sign in to comment.