From 986b8f798272d3ae2898617c8fb089156a5941c0 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 10 Mar 2010 13:58:12 -0800 Subject: [PATCH] Tell emacs that C++ .h files are C++ --- ast.h | 1 + glsl_types.h | 1 + ir.h | 1 + ir_print_visitor.h | 1 + ir_visitor.h | 1 + 5 files changed, 5 insertions(+) diff --git a/ast.h b/ast.h index cd5bf6b..ad614e9 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 f26dcd6..45037b3 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 5087e45..a4cc1d8 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 a2004e4..778d4ee 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 4494074..43246d1 100644 --- a/ir_visitor.h +++ b/ir_visitor.h @@ -1,3 +1,4 @@ +/* -*- c++ -*- */ /* * Copyright © 2010 Intel Corporation * -- 2.7.4