compiler: Rename erroneous header-guard
This commit is contained in:
parent
9d2e63d090
commit
3a5c17f911
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue