From 96c87b5868d7f01320923fae307870538501acd5 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 19 Jul 2012 16:39:19 +0200 Subject: ICE-4782 Generate "#pragma once" for include-guards in generated C++ header files. --- cpp/src/FreezeScript/Functions.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cpp/src/FreezeScript/Functions.h') diff --git a/cpp/src/FreezeScript/Functions.h b/cpp/src/FreezeScript/Functions.h index d3b63146ba7..c1194051e3b 100644 --- a/cpp/src/FreezeScript/Functions.h +++ b/cpp/src/FreezeScript/Functions.h @@ -7,8 +7,7 @@ // // ********************************************************************** -#ifndef FREEZE_SCRIPT_FUNCTIONS_H -#define FREEZE_SCRIPT_FUNCTIONS_H +#pragma once #include @@ -22,5 +21,3 @@ bool invokeMemberFunction(const std::string&, const DataPtr&, const DataList&, D const ErrorReporterPtr&); } - -#endif -- cgit v1.2.3