freebsd-src/sys/crypto/libsodium/stdlib.h
Warner Losh 71625ec9ad sys: Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
2023-08-16 11:54:24 -06:00

5 lines
121 B
C

/* This file is in the public domain */
#define abort() \
panic("libsodium error at %s:%d", __FILE__, __LINE__)