summaryrefslogtreecommitdiff
path: root/cli/generator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/generator.cxx')
-rw-r--r--cli/generator.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/generator.cxx b/cli/generator.cxx
index 7b3f688..4623db9 100644
--- a/cli/generator.cxx
+++ b/cli/generator.cxx
@@ -36,7 +36,9 @@ using semantics::path;
namespace
{
static char const cxx_header[] =
- "// This code was generated by CLI, a command line interface\n"
+ "// -*- C++ -*-\n"
+ "//\n"
+ "// This file was generated by CLI, a command line interface\n"
"// compiler for C++.\n"
"//\n\n";