aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/GCCLibraries/libexception/SJLJ-Exception.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-30 22:47:59 +0000
committerChris Lattner <sabre@nondot.org>2003-08-30 22:47:59 +0000
commitea0721c725e5643620e5edb25ae7d241c6d1b708 (patch)
treee5d6c26ba037e0dd6e274c2b2193d4611a1915fd /runtime/GCCLibraries/libexception/SJLJ-Exception.h
parentd6ddfb226fce8a9f96f4f0948429976edc46c921 (diff)
downloadexternal_llvm-ea0721c725e5643620e5edb25ae7d241c6d1b708.zip
external_llvm-ea0721c725e5643620e5edb25ae7d241c6d1b708.tar.gz
external_llvm-ea0721c725e5643620e5edb25ae7d241c6d1b708.tar.bz2
Rename files to be capitalized now that they are C++
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8230 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GCCLibraries/libexception/SJLJ-Exception.h')
-rw-r--r--runtime/GCCLibraries/libexception/SJLJ-Exception.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/GCCLibraries/libexception/SJLJ-Exception.h b/runtime/GCCLibraries/libexception/SJLJ-Exception.h
index 4063cc2c..103b6d6 100644
--- a/runtime/GCCLibraries/libexception/SJLJ-Exception.h
+++ b/runtime/GCCLibraries/libexception/SJLJ-Exception.h
@@ -1,4 +1,4 @@
-//===- SJLJ-exception.h - SetJmp/LongJmp Exception Handling -----*- C++ -*-===//
+//===- SJLJ-Exception.h - SetJmp/LongJmp Exception Handling -----*- C++ -*-===//
//
// This file defines the data structures and API used by the Setjmp/Longjmp
// exception handling runtime library.
@@ -8,7 +8,7 @@
#ifndef SJLJ_EXCEPTION_H
#define SJLJ_EXCEPTION_H
-#include "exception.h"
+#include "Exception.h"
#include <cassert>
struct llvm_sjlj_exception {