commit: 47a0d5f86b64a7783206894d3c82984bf3b3bb92
parent df49625a3df572a481bb4256b940b217436eaec9
Author: Michael Forney <mforney@mforney.org>
Date: Fri, 5 Jun 2020 01:22:59 -0700
binutils: Remove stray half-comments in config.h
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/pkg/binutils/binutils/config.h b/pkg/binutils/binutils/config.h
@@ -1,4 +1,3 @@
-/* Check that config.h is #included before system headers
#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
# error config.h must be #included before system headers
#endif
diff --git a/pkg/binutils/opcodes/config.h b/pkg/binutils/opcodes/config.h
@@ -1,4 +1,3 @@
-/* Check that config.h is #included before system headers
#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
# error config.h must be #included before system headers
#endif