Skip to content

Commit

Permalink
Add __illumos__ definition
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Aug 8, 2022
1 parent ffd0447 commit 67b21a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1571,6 +1571,7 @@ main(argc,argv)
if (! nopredef) {
ysysloc=stsym("unix");
ysysloc=stsym("sun");
ysysloc=stsym("__illumos__");
# if __sparc__
varloc=stsym ("sparc");
# endif
Expand Down

0 comments on commit 67b21a3

Please sign in to comment.