diff options
Diffstat (limited to 'Source/JavaScriptCore/bytecode/PutKind.h')
-rw-r--r-- | Source/JavaScriptCore/bytecode/PutKind.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/bytecode/PutKind.h b/Source/JavaScriptCore/bytecode/PutKind.h index 7a1dd642e..611279f60 100644 --- a/Source/JavaScriptCore/bytecode/PutKind.h +++ b/Source/JavaScriptCore/bytecode/PutKind.h @@ -23,14 +23,10 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef PutKind_h -#define PutKind_h +#pragma once namespace JSC { enum PutKind { Direct, NotDirect }; } // namespace JSC - -#endif // PutKind_h - |