summaryrefslogtreecommitdiff
path: root/fixincludes/tests/base/stdint.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-03-15 20:51:12 -0400
committermidipix <writeonce@midipix.org>2015-03-15 20:51:12 -0400
commita6f94ed5221e1b03e1578c94643bf483d17870d6 (patch)
tree9351854c1b301c25258d2cd32f52057caef9fedb /fixincludes/tests/base/stdint.h
parent607827292053aa25d0f0300add0798dd085a9131 (diff)
downloadcbb-gcc-4.6.4-a6f94ed5221e1b03e1578c94643bf483d17870d6.tar.bz2
cbb-gcc-4.6.4-a6f94ed5221e1b03e1578c94643bf483d17870d6.tar.xz
fixincludes: remove the source directory in its entirety.
Diffstat (limited to 'fixincludes/tests/base/stdint.h')
-rw-r--r--fixincludes/tests/base/stdint.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/fixincludes/tests/base/stdint.h b/fixincludes/tests/base/stdint.h
deleted file mode 100644
index 3d897f88f..000000000
--- a/fixincludes/tests/base/stdint.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* DO NOT EDIT THIS FILE.
-
- It has been auto-edited by fixincludes from:
-
- "fixinc/tests/inc/stdint.h"
-
- This had to be done to correct non-standard usages in the
- original, manufacturer supplied header file. */
-
-
-
-#if defined( GLIBC_STDINT_CHECK )
-/* This file is part of the GNU C Library. */
-# define UINT8_C(c) c
-# define UINT16_C(c) c
-#endif /* GLIBC_STDINT_CHECK */
-
-
-#if defined( IRIX_STDINT_C99_MODE_CHECK )
-#if 0
-#error This header file is to be used only for c99 mode compilations
-#else
-#endif /* IRIX_STDINT_C99_MODE_CHECK */