Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
aremmell committed Jan 7, 2024
1 parent 9b11678 commit e921e8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/bal/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,7 @@ typedef unsigned bal_threadret;
# include <assert.h>

# define BAL_MAXERROR 256
# define BAL_MAXERRORDETAIL 256
# define BAL_MAXERRORFMT BAL_MAXERROR + BAL_MAXERRORDETAIL
# define BAL_MAXERRORFMT 1024
# define BAL_UNKNOWN "<unknown>"

# define BAL_AS_IPV6 "IPv6"
Expand Down

0 comments on commit e921e8c

Please sign in to comment.