summaryrefslogtreecommitdiffstats
path: root/gin/function_template.h.pump
diff options
context:
space:
mode:
Diffstat (limited to 'gin/function_template.h.pump')
-rw-r--r--gin/function_template.h.pump5
1 files changed, 5 insertions, 0 deletions
diff --git a/gin/function_template.h.pump b/gin/function_template.h.pump
index 1f308ce..6b6ffc5 100644
--- a/gin/function_template.h.pump
+++ b/gin/function_template.h.pump
@@ -5,6 +5,9 @@ $$
$$ http://code.google.com/p/googletest/wiki/PumpManual
$$
+#ifndef GIN_FUNCTION_TEMPLATE_H_
+#define GIN_FUNCTION_TEMPLATE_H_
+
$var MAX_ARITY = 4
// Copyright 2013 The Chromium Authors. All rights reserved.
@@ -181,3 +184,5 @@ v8::Local<v8::FunctionTemplate> CreateFunctionTemplate(
]]
} // namespace gin
+
+#endif // GIN_FUNCTION_TEMPLATE_H_