summaryrefslogtreecommitdiff
path: root/include/libast/types.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/libast/types.h.in')
-rw-r--r--include/libast/types.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libast/types.h.in b/include/libast/types.h.in
index 74dec14..94ef4a1 100644
--- a/include/libast/types.h.in
+++ b/include/libast/types.h.in
@@ -466,13 +466,13 @@ typedef unsigned int spif_uint_t;
typedef unsigned long spif_ulong_t;
/**
- * A pointer to a signed char.
+ * A pointer to char.
*
- * A pointer to a signed char.
+ * A pointer to char.
*
* @see @link DOXGRP_TYPES Portable Data Types @endlink
*/
-typedef spif_char_t *spif_charptr_t;
+typedef char *spif_charptr_t;
/**
* A pointer to a byte of data.