re.h: added include guards
This commit is contained in:
parent
3e377be209
commit
021746b3d0
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
* Copyright (C) 2010 Creytiv.com
|
* Copyright (C) 2010 Creytiv.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef RE_H__
|
||||||
|
#define RE_H__
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -52,3 +55,5 @@ extern "C" {
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue