From: Tatsuo Ishii Date: Thu, 22 Feb 2001 04:35:00 +0000 (+0000) Subject: Add _REGEX_UTILS_H to avoid duplication. X-Git-Tag: REL7_1~322 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a0fa71837afa2ab986ae4643da96de597e65b79a;p=users%2Fc2main%2Fpostgres.git Add _REGEX_UTILS_H to avoid duplication. --- diff --git a/src/include/regex/utils.h b/src/include/regex/utils.h index 72f89dcafc..4bf6d9eace 100644 --- a/src/include/regex/utils.h +++ b/src/include/regex/utils.h @@ -37,6 +37,9 @@ * @(#)utils.h 8.3 (Berkeley) 3/20/94 */ +#ifndef _REGEX_UTILS_H +#define _REGEX_UTILS_H + #include /* utility definitions */ @@ -57,3 +60,5 @@ typedef unsigned char uch; #define NDEBUG /* no assertions please */ #endif #endif + +#endif /* _REGEX_UTILS_H */