Mass-fix header guards

PUBLISHED_FROM=7e5fc4da88069a6193d911660f522b43ed1a5d40
pull/29/head
Deomid Ryabkov 8 years ago committed by Cesanta Bot
parent 31fbafb17a
commit 1ac661a5f5
  1. 6
      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_ */

Loading…
Cancel
Save