aboutsummaryrefslogtreecommitdiffstats
path: root/gen/bits/intconf.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-20 15:01:47 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-20 15:01:47 +0100
commitc5e4348681f23428b0036c45b64cca428e69d750 (patch)
tree064ec1d40a09a08be1672a2b9425c8f90daa9e2a /gen/bits/intconf.h
parentoptimise implementations of {hton,ntoh}{s,l,ll} (diff)
downloadslibc-c5e4348681f23428b0036c45b64cca428e69d750.tar.gz
slibc-c5e4348681f23428b0036c45b64cca428e69d750.tar.bz2
slibc-c5e4348681f23428b0036c45b64cca428e69d750.tar.xz
...
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'gen/bits/intconf.h')
-rw-r--r--gen/bits/intconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gen/bits/intconf.h b/gen/bits/intconf.h
index 4d22435..d4adaa4 100644
--- a/gen/bits/intconf.h
+++ b/gen/bits/intconf.h
@@ -117,22 +117,22 @@
/**
* The underlaying intrinsic type for `int8_t` or `uint8_t`.
*/
-#define __INT8 //(bin/gen/bits/intconf | grep ^INT8 | sed "s/^[^ ]* //" | sed 1q)
+#define __INT8 //(bin/gen/bits/intconf | grep ^INT8\ | sed "s/^[^ ]* //" | sed 1q)
/**
* The underlaying intrinsic type for `int16_t` or `uint16_t`.
*/
-#define __INT16 //(bin/gen/bits/intconf | grep ^INT16 | sed "s/^[^ ]* //" | sed 1q)
+#define __INT16 //(bin/gen/bits/intconf | grep ^INT16\ | sed "s/^[^ ]* //" | sed 1q)
/**
* The underlaying intrinsic type for `int32_t` or `uint32_t`.
*/
-#define __INT32 //(bin/gen/bits/intconf | grep ^INT32 | sed "s/^[^ ]* //" | sed 1q)
+#define __INT32 //(bin/gen/bits/intconf | grep ^INT32\ | sed "s/^[^ ]* //" | sed 1q)
/**
* The underlaying intrinsic type for `int64_t` or `uint64_t`.
*/
-#define __INT64 //(bin/gen/bits/intconf | grep ^INT64 | sed "s/^[^ ]* //" | sed 1q)
+#define __INT64 //(bin/gen/bits/intconf | grep ^INT64\ | sed "s/^[^ ]* //" | sed 1q)
/**
* The underlaying intrinsic type for `int8_t` or `uint8_t`.