diff options
Diffstat (limited to 'rsc/source/rscpp/cpp.h')
-rw-r--r-- | rsc/source/rscpp/cpp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rsc/source/rscpp/cpp.h b/rsc/source/rscpp/cpp.h index e27a64d81246..260e5d59a68e 100644 --- a/rsc/source/rscpp/cpp.h +++ b/rsc/source/rscpp/cpp.h @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_RSC_SOURCE_RSCPP_CPP_H +#define INCLUDED_RSC_SOURCE_RSCPP_CPP_H #ifndef TRUE #define TRUE 1 @@ -398,4 +400,6 @@ void dumpdef( char *why ); void dumpadef( char *why, DEFBUF *dp ); #endif +#endif // INCLUDED_RSC_SOURCE_RSCPP_CPP_H + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |