From 1ac661a5f5496affb1919314d043f719d2c8774c Mon Sep 17 00:00:00 2001 From: Deomid Ryabkov Date: Mon, 20 Jun 2016 11:35:39 +0100 Subject: [PATCH] Mass-fix header guards PUBLISHED_FROM=7e5fc4da88069a6193d911660f522b43ed1a5d40 --- slre.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slre.h b/slre.h index 8929574..37ef167 100644 --- a/slre.h +++ b/slre.h @@ -22,8 +22,8 @@ * Please refer to README.md for a detailed reference. */ -#ifndef SLRE_HEADER_DEFINED -#define SLRE_HEADER_DEFINED +#ifndef CS_SLRE_SLRE_H_ +#define CS_SLRE_SLRE_H_ #ifdef __cplusplus extern "C" { @@ -57,4 +57,4 @@ enum { SLRE_IGNORE_CASE = 1 }; } #endif -#endif /* SLRE_HEADER_DEFINED */ +#endif /* CS_SLRE_SLRE_H_ */