Spicy
linker.h
1 // Copyright (c) 2020-2021 by the Zeek Project. See LICENSE for details.
2 
3 #pragma once
4 
5 #define HILTI_EXPORT __attribute__((visibility("default")))
6 #define HILTI_WEAK __attribute__((weak))