diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-03-04 09:28:01 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-03-04 09:28:01 +0100 |
| commit | 0a7e36380717fe926d43ab30ef6162db9bd71723 (patch) | |
| tree | b0ad75c7525688f8e54319e440b251213a4ef3db /src/zsetup.c | |
| parent | Add zptest (diff) | |
| download | libzahl-0a7e36380717fe926d43ab30ef6162db9bd71723.tar.gz libzahl-0a7e36380717fe926d43ab30ef6162db9bd71723.tar.bz2 libzahl-0a7e36380717fe926d43ab30ef6162db9bd71723.tar.xz | |
Add makefile and fix errors
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/zsetup.c')
| -rw-r--r-- | src/zsetup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zsetup.c b/src/zsetup.c index 78cfa3b..8d1cc19 100644 --- a/src/zsetup.c +++ b/src/zsetup.c @@ -1,5 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#include "internals" +#include "internals.h" #define X(x) z_t x; LIST_TEMPS @@ -17,7 +17,7 @@ void zsetup(jmp_buf env) { size_t i; - libzahl_jmp_buf = jmp_buf; + *libzahl_jmp_buf = *env; if (!libzahl_set_up) { libzahl_set_up = 1; |
