diff options
author | comex | 2015-01-11 20:08:22 -0500 |
---|---|---|
committer | comex | 2015-01-11 20:08:31 -0500 |
commit | 8c0ede315ae095b359b8ddf5942f62cc068d3fc8 (patch) | |
tree | eeaeb410f66974e8bd84f899f9623d4c2b2e47b4 /lib/dis.h | |
parent | this speeds it up a tad, still ~2s; oh well, I asked for C++... (diff) | |
download | substitute-8c0ede315ae095b359b8ddf5942f62cc068d3fc8.tar.gz |
generate all the transform-dis-*; should be more precise; can't just use makedep because of parallel builds
Diffstat (limited to '')
-rw-r--r-- | lib/dis.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#pragma once + #include <stdbool.h> #define UNUSED __attribute__((unused)) |