diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-05-07 17:22:42 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-05-07 17:22:42 +0200 |
| commit | d6f4393542998276250bd3f3519bb824ca4b3d91 (patch) | |
| tree | e2c3c9d1efeb8be3930a1a987d793a367f89c9bb /zahl/memory.h | |
| parent | Fix zsave translation for tomsfastmath and libtommath (diff) | |
| download | libzahl-d6f4393542998276250bd3f3519bb824ca4b3d91.tar.gz libzahl-d6f4393542998276250bd3f3519bb824ca4b3d91.tar.bz2 libzahl-d6f4393542998276250bd3f3519bb824ca4b3d91.tar.xz | |
Some small improvements
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | zahl/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zahl/memory.h b/zahl/memory.h index 2eb2b68..b3d6a37 100644 --- a/zahl/memory.h +++ b/zahl/memory.h @@ -24,7 +24,7 @@ case 0: break; -#if defined(LIBZAHL_ISA_MISSING_INDIRECT_JUMP) +#if defined(ZAHL_ISA_MISSING_INDIRECT_JUMP) # define LIBZAHL_SMALL_INPUT_BEGIN(n) # define LIBZAHL_SMALL_INPUT_END #else |
