summaryrefslogtreecommitdiffstats
path: root/util.h
blob: 2d2c252293f74ec760da279a68d8844d7dc60a7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 */
#ifndef __LIBAX25_UTIL_H
#define __LIBAX25_UTIL_H

#define unreachable() \
	do { __builtin_unreachable(); } while (0)

#endif /* __LIBAX25_UTIL_H  */