Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a0fa718

Browse files
committed
Add _REGEX_UTILS_H to avoid duplication.
1 parent 74b0a18 commit a0fa718

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/include/regex/utils.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
* @(#)utils.h 8.3 (Berkeley) 3/20/94
3838
*/
3939

40+
#ifndef _REGEX_UTILS_H
41+
#define _REGEX_UTILS_H
42+
4043
#include <limits.h>
4144

4245
/* utility definitions */
@@ -57,3 +60,5 @@ typedef unsigned char uch;
5760
#define NDEBUG /* no assertions please */
5861
#endif
5962
#endif
63+
64+
#endif /* _REGEX_UTILS_H */

0 commit comments

Comments
 (0)