Skip to content

Commit

Permalink
Revert "Allow compilation on FreeBSD and maybe other UNIX systems"
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor authored Nov 4, 2024
1 parent 3965bff commit eaa07bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cyclone/common/compiler_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ typedef unsigned int uint_t;
#define PRIXSIZE "X"
#define PRIuTIME "lu"
//Linux GCC compiler
#elif defined(__linux__) || defined(__unix__)
#elif defined(__linux__)
#define PRIuSIZE "zu"
#define PRIXSIZE "zX"
#define PRIuTIME "lu"
Expand Down

0 comments on commit eaa07bb

Please sign in to comment.