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 cd5bf6b..ad614e9 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -1,3 +1,4 @@
+/* -*- c++ -*- */
 /*
  * Copyright © 2009 Intel Corporation
  *
index f26dcd6..45037b3 100644 (file)
@@ -1,3 +1,4 @@
+/* -*- c++ -*- */
 /*
  * Copyright © 2009 Intel Corporation
  *
diff --git a/ir.h b/ir.h
index 5087e45..a4cc1d8 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -1,3 +1,4 @@
+/* -*- c++ -*- */
 /*
  * Copyright © 2010 Intel Corporation
  *
index a2004e4..778d4ee 100644 (file)
@@ -1,3 +1,4 @@
+/* -*- c++ -*- */
 /*
  * Copyright © 2010 Intel Corporation
  *
index 4494074..43246d1 100644 (file)
@@ -1,3 +1,4 @@
+/* -*- c++ -*- */
 /*
  * Copyright © 2010 Intel Corporation
  *