summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-03-10 13:58:12 -0800
committerIan Romanick <ian.d.romanick@intel.com>2010-03-10 13:58:12 -0800
commit986b8f798272d3ae2898617c8fb089156a5941c0 (patch)
tree9bb437abf0d65be8ca2e0a5c491bb79efa3c8114
parent7cfddf19413ef61fcf1450bd61e9ece4cf1735a4 (diff)
Tell emacs that C++ .h files are C++
-rw-r--r--ast.h1
-rw-r--r--glsl_types.h1
-rw-r--r--ir.h1
-rw-r--r--ir_print_visitor.h1
-rw-r--r--ir_visitor.h1
5 files changed, 5 insertions, 0 deletions
diff --git a/ast.h b/ast.h
index cd5bf6b3f5..ad614e98fe 100644
--- a/ast.h
+++ b/ast.h
@@ -1,3 +1,4 @@
+/* -*- c++ -*- */
/*
* Copyright © 2009 Intel Corporation
*
diff --git a/glsl_types.h b/glsl_types.h
index f26dcd6b53..45037b3786 100644
--- a/glsl_types.h
+++ b/glsl_types.h
@@ -1,3 +1,4 @@
+/* -*- c++ -*- */
/*
* Copyright © 2009 Intel Corporation
*
diff --git a/ir.h b/ir.h
index 5087e4560e..a4cc1d8b94 100644
--- a/ir.h
+++ b/ir.h
@@ -1,3 +1,4 @@
+/* -*- c++ -*- */
/*
* Copyright © 2010 Intel Corporation
*
diff --git a/ir_print_visitor.h b/ir_print_visitor.h
index a2004e43b2..778d4ee00d 100644
--- a/ir_print_visitor.h
+++ b/ir_print_visitor.h
@@ -1,3 +1,4 @@
+/* -*- c++ -*- */
/*
* Copyright © 2010 Intel Corporation
*
diff --git a/ir_visitor.h b/ir_visitor.h
index 4494074eca..43246d1058 100644
--- a/ir_visitor.h
+++ b/ir_visitor.h
@@ -1,3 +1,4 @@
+/* -*- c++ -*- */
/*
* Copyright © 2010 Intel Corporation
*