Skip to content

Commit

Permalink
Remove unused defines in cutils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Oct 10, 2024
1 parent d79aa87 commit 416dde8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ static void *__builtin_frame_address(unsigned int level) {
#define NEG_INF (-1.0/0.0)
#endif

#define xglue(x, y) x ## y
#define glue(x, y) xglue(x, y)
#define stringify(s) tostring(s)
#define tostring(s) #s

#ifndef offsetof
#define offsetof(type, field) ((size_t) &((type *)0)->field)
#endif
Expand Down

0 comments on commit 416dde8

Please sign in to comment.