diff options
author | YamaArashi <shadow962@live.com> | 2016-02-13 02:16:07 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-13 02:16:07 -0800 |
commit | 87926b4bcc3046ac85fabda09178e9bf50dd8381 (patch) | |
tree | 5b5ed9076e0200c36f979e0f8baaa23f4406cfd8 /gcc/expr.h | |
parent | 56d3f75d136e839223544f0495cceb098afa1d55 (diff) |
remove use of strings.h
Diffstat (limited to 'gcc/expr.h')
-rwxr-xr-x | gcc/expr.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -457,11 +457,8 @@ extern rtx truncxfdf2_libfunc; extern rtx trunctfdf2_libfunc; extern rtx memcpy_libfunc; -extern rtx bcopy_libfunc; extern rtx memcmp_libfunc; -extern rtx bcmp_libfunc; extern rtx memset_libfunc; -extern rtx bzero_libfunc; extern rtx throw_libfunc; extern rtx rethrow_libfunc; |