From f0bf7cb739c5a4f06893dfe4289d38c2a052c8b2 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++-*- llvm-svn: 9072 --- llvm/lib/Bytecode/Reader/ReaderInternals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Bytecode/Reader/ReaderInternals.h b/llvm/lib/Bytecode/Reader/ReaderInternals.h index 4d8806a84373..61e6fa9bd76d 100644 --- a/llvm/lib/Bytecode/Reader/ReaderInternals.h +++ b/llvm/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. //