aboutsummaryrefslogtreecommitdiffstats
path: root/src/zunsetup.c
blob: 0f766e1e33635a5d609b940407dcdc85eda4fcf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* See LICENSE file for copyright and license details. */
#include "internals"


void
zunsetup(jmp_buf env)
{
	if (libzahl_set_up) {
		libzahl_set_up = 0;
#define X(x)  zfree(zahl_tmp_##x);
		LIST_TEMPS;
#undef X
	}
}