mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
Use C++-style <cstdio> instead of C-style <stdio.h>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15042 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86ddcf9d4f
commit
c5f9d8c630
@ -16,8 +16,8 @@
|
||||
|
||||
#include "Support/DataTypes.h"
|
||||
#include <cctype>
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
|
||||
#include "Support/DataTypes.h"
|
||||
#include <cctype>
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user