diff options
author | comex | 2015-01-16 04:22:58 -0500 |
---|---|---|
committer | comex | 2015-01-16 04:33:39 -0500 |
commit | d2963f46218c6dc73c6207a1bdcf7042b0af3418 (patch) | |
tree | 61e55419011a865ced995bbb2ba67f9998978b4b /lib/dis.h | |
parent | jump dis - seemingly working(!) (diff) | |
download | substitute-d2963f46218c6dc73c6207a1bdcf7042b0af3418.tar.gz |
interpose (based on %c based on data) compiles...
Diffstat (limited to '')
-rw-r--r-- | lib/dis.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,10 +1,11 @@ #pragma once +#include "substitute-internal.h" + #include <stdbool.h> #include <stdint.h> #include <stdlib.h> -#define UNUSED __attribute__((unused)) #define INLINE __attribute__((always_inline)) #define NOINLINE __attribute__((noinline)) |