Skip to content

Commit

Permalink
KRML_HOST_IGNORE may still be around
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Oct 16, 2023
1 parent 45bf778 commit 50aa571
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/3d/EverParseEndianness.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ typedef EVERPARSE_STRING PRIMS_STRING;
# define KRML_MAYBE_UNUSED_VAR(x) (void)(x)
#endif

#ifndef KRML_HOST_IGNORE
# define KRML_HOST_IGNORE(x) (void)(x)
#endif

#ifndef KRML_HOST_PRINTF
# include <stdio.h>
# define KRML_HOST_PRINTF printf
Expand Down
4 changes: 4 additions & 0 deletions src/3d/EverParseEndianness_Windows_NT.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ typedef EVERPARSE_STRING PRIMS_STRING;
# define KRML_MAYBE_UNUSED_VAR(x) (void)(x)
#endif

#ifndef KRML_HOST_IGNORE
# define KRML_HOST_IGNORE(x) (void)(x)
#endif

#ifndef KRML_HOST_PRINTF
# include <stdio.h>
# define KRML_HOST_PRINTF printf
Expand Down

0 comments on commit 50aa571

Please sign in to comment.