From d9113c7db65703ac0790bb1f950f5b5ace9b2207 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 13 Oct 2003 04:22:07 +0000 Subject: [PATCH] This is a header file, thus it needs a -*-C++-*- git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9072 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bytecode/Reader/ReaderInternals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Bytecode/Reader/ReaderInternals.h b/lib/Bytecode/Reader/ReaderInternals.h index 4d8806a8437..61e6fa9bd76 100644 --- a/lib/Bytecode/Reader/ReaderInternals.h +++ b/lib/Bytecode/Reader/ReaderInternals.h @@ -1,4 +1,4 @@ -//===-- ReaderInternals.h - Definitions internal to the reader ------------===// +//===-- ReaderInternals.h - Definitions internal to the reader --*- C++ -*-===// // // This header file defines various stuff that is used by the bytecode reader. //