diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-10 18:46:52 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-10-10 18:46:52 +0000 |
commit | 17634f7668f275d3c3ac97d4b476443b2528648d (patch) | |
tree | 349b2a6dc315dd1830cf2f18f7a5043f55f027e6 /runtime/GCCLibraries/crtend | |
parent | e24b616faa7fc4242f807669d502a544e9b042fd (diff) | |
download | external_llvm-17634f7668f275d3c3ac97d4b476443b2528648d.zip external_llvm-17634f7668f275d3c3ac97d4b476443b2528648d.tar.gz external_llvm-17634f7668f275d3c3ac97d4b476443b2528648d.tar.bz2 |
Include <cstdio> instead of <stdio.h>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9032 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GCCLibraries/crtend')
-rw-r--r-- | runtime/GCCLibraries/crtend/C++-Exception.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/GCCLibraries/crtend/C++-Exception.cpp b/runtime/GCCLibraries/crtend/C++-Exception.cpp index b521f14..ad9f7a5 100644 --- a/runtime/GCCLibraries/crtend/C++-Exception.cpp +++ b/runtime/GCCLibraries/crtend/C++-Exception.cpp @@ -14,7 +14,7 @@ //#define DEBUG #ifdef DEBUG -#include <stdio.h> +#include <cstdio> #endif // LastCaughtException - The last exception caught by this handler. This is for |