s390: fix crashes with CPU_FLAGS=4
[ajla.git] / ptrcomp.h
blob1d09502186fc497d7f7fd3235774f4f9671e2bb2
1 /*
2 * Copyright (C) 2024 Mikulas Patocka
4 * This file is part of Ajla.
6 * Ajla is free software: you can redistribute it and/or modify it under the
7 * terms of the GNU General Public License as published by the Free Software
8 * Foundation, either version 3 of the License, or (at your option) any later
9 * version.
11 * Ajla is distributed in the hope that it will be useful, but WITHOUT ANY
12 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13 * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License along with
16 * Ajla. If not, see <https://www.gnu.org/licenses/>.
19 #ifndef AJLA_PTRCOMP_H
20 #define AJLA_PTRCOMP_H
22 #ifdef FILE_COMPRESSION
23 #define name c_name
24 #define POINTER_COMPRESSION POINTER_COMPRESSION_POSSIBLE
25 #else
26 #define name u_name
27 #endif
29 #endif