don’t use reserved identifiers for include guards (left-overs)
fixes #804
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#ifndef _I3_INPUT
|
||||
#define _I3_INPUT
|
||||
#ifndef I3_INPUT
|
||||
#define I3_INPUT
|
||||
|
||||
#include <err.h>
|
||||
|
||||
|
Reference in New Issue
Block a user