Skip to content

Commit

Permalink
Support clang explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Jan 24, 2023
1 parent 81ae976 commit f1630c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion list.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extern "C" {
/* "typeof" is a GNU extension.
* Reference: https://gcc.gnu.org/onlinedocs/gcc/Typeof.html
*/
#if defined(__GNUC__)
#if defined(__GNUC__) || defined(__clang__)
#define __LIST_HAVE_TYPEOF 1
#endif

Expand Down
2 changes: 1 addition & 1 deletion scripts/checksums
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
6d7c838c8abc8880fee80ffecc43ebf9fb2ab920 queue.h
f1cf1771bd16ba12736f93c859bd83e994b2b5c7 list.h
3337dbccc33eceedda78e36cc118d5a374838ec7 list.h

0 comments on commit f1630c9

Please sign in to comment.