forked from OSchip/llvm-project
parent
79b81bffa1
commit
b14d0b0f3b
|
|
@ -1,4 +1,4 @@
|
||||||
//===- exception.h - Generic language-independent exceptions ----*- C++ -*-===//
|
//===- Exception.h - Generic language-independent exceptions ----*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// This file defines the the shared data structures used by all language
|
// This file defines the the shared data structures used by all language
|
||||||
// specific exception handling runtime libraries.
|
// specific exception handling runtime libraries.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
//===- exception.h - Generic language-independent exceptions ----*- C++ -*-===//
|
//===- Exception.h - Generic language-independent exceptions ----*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// This file defines the the shared data structures used by all language
|
// This file defines the the shared data structures used by all language
|
||||||
// specific exception handling runtime libraries.
|
// specific exception handling runtime libraries.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue