diff options
Diffstat (limited to 'rsc/source/rscpp/cppdef.h')
-rw-r--r-- | rsc/source/rscpp/cppdef.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rsc/source/rscpp/cppdef.h b/rsc/source/rscpp/cppdef.h index a9ed59e43b44..bd46badf1a80 100644 --- a/rsc/source/rscpp/cppdef.h +++ b/rsc/source/rscpp/cppdef.h @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#ifndef INCLUDED_RSC_SOURCE_RSCPP_CPPDEF_H +#define INCLUDED_RSC_SOURCE_RSCPP_CPPDEF_H + /* * This redundant definition of TRUE and FALSE works around * a limitation of Decus C. @@ -320,4 +323,6 @@ #endif #endif +#endif // INCLUDED_RSC_SOURCE_RSCPP_CPPDEF_H + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |