compiler: Rename erroneous header-guard

This commit is contained in:
Kenny Levinsen 2020-08-03 00:57:20 +02:00
parent 9d2e63d090
commit 3a5c17f911

View file

@ -1,5 +1,5 @@
#ifndef _VISIBILITY_H
#define _VISIBILITY_H
#ifndef _COMPILER_H
#define _COMPILER_H
#ifdef __GNUC__
#define ATTRIB_PRINTF(start, end) __attribute__((format(printf, start, end)))