don’t use reserved identifiers for include guards (left-overs)
fixes #804
This commit is contained in:
parent
7a2e105931
commit
a01bac13fe
|
@ -1,5 +1,5 @@
|
||||||
#ifndef _XCB_H
|
#ifndef I3_XCB_H
|
||||||
#define _XCB_H
|
#define I3_XCB_H
|
||||||
|
|
||||||
/* from X11/keysymdef.h */
|
/* from X11/keysymdef.h */
|
||||||
#define XCB_NUM_LOCK 0xff7f
|
#define XCB_NUM_LOCK 0xff7f
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef _I3_INPUT
|
#ifndef I3_INPUT
|
||||||
#define _I3_INPUT
|
#define I3_INPUT
|
||||||
|
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef _I3_NAGBAR
|
#ifndef I3_NAGBAR
|
||||||
#define _I3_NAGBAR
|
#define I3_NAGBAR
|
||||||
|
|
||||||
#include <err.h>
|
#include <err.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue