From: Ian Romanick Date: Wed, 10 Mar 2010 21:58:12 +0000 (-0800) Subject: Tell emacs that C++ .h files are C++ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=986b8f798272d3ae2898617c8fb089156a5941c0;p=mesa.git Tell emacs that C++ .h files are C++ --- diff --git a/ast.h b/ast.h index cd5bf6b3f5f..ad614e98fe6 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 f26dcd6b538..45037b37869 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 5087e4560e4..a4cc1d8b94f 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 a2004e43b2f..778d4ee00df 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 4494074eca4..43246d1058d 100644 --- a/ir_visitor.h +++ b/ir_visitor.h @@ -1,3 +1,4 @@ +/* -*- c++ -*- */ /* * Copyright © 2010 Intel Corporation *