Tell emacs that C++ .h files are C++
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 10 Mar 2010 21:58:12 +0000 (13:58 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 10 Mar 2010 21:58:12 +0000 (13:58 -0800)
ast.h
glsl_types.h
ir.h
ir_print_visitor.h
ir_visitor.h

diff --git a/ast.h b/ast.h
index cd5bf6b3f5f1dd92b9902e51d48125ca596d56b1..ad614e98fe617b4ae699a0c111aa37dea642b18d 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -1,3 +1,4 @@
+/* -*- c++ -*- */
 /*
  * Copyright © 2009 Intel Corporation
  *
index f26dcd6b53838787b05811bfe4691215560bf42b..45037b37869b74ac0a65aa3bad99bf762d76bd90 100644 (file)
@@ -1,3 +1,4 @@
+/* -*- c++ -*- */
 /*
  * Copyright © 2009 Intel Corporation
  *
diff --git a/ir.h b/ir.h
index 5087e4560e48e861360a7b050458edb6d0b542de..a4cc1d8b94fc2719782c4a709e7f9d22c39c095a 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -1,3 +1,4 @@
+/* -*- c++ -*- */
 /*
  * Copyright © 2010 Intel Corporation
  *
index a2004e43b2f5e6fa1e81f799785ea7df5ac53aa7..778d4ee00dffd7c833d34ab183570e4b5a58b9a9 100644 (file)
@@ -1,3 +1,4 @@
+/* -*- c++ -*- */
 /*
  * Copyright © 2010 Intel Corporation
  *
index 4494074eca4a111c8f3728a0cd3b1dc381d030e0..43246d1058d48574c27a60ec42d92c5d5d2a3cf2 100644 (file)
@@ -1,3 +1,4 @@
+/* -*- c++ -*- */
 /*
  * Copyright © 2010 Intel Corporation
  *