mirror of
https://github.com/cesanta/slre.git
synced 2024-11-24 03:15:30 +00:00
Mass-fix header guards
PUBLISHED_FROM=7e5fc4da88069a6193d911660f522b43ed1a5d40
This commit is contained in:
parent
31fbafb17a
commit
1ac661a5f5
6
slre.h
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…
Reference in New Issue
Block a user