aboutsummaryrefslogtreecommitdiff
path: root/include/grecs/value.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-01-22 12:58:16 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-07-04 15:43:12 +0300
commit1705e5d927dba731c135e1192bfdee421829786a (patch)
tree4f51b9209198208cfbe2f3b6fc7b68561ba73bde /include/grecs/value.h
parent8e541ddaffcab6eaa36faf86304b51a0bc6a92a1 (diff)
downloadgrecs-1705e5d927dba731c135e1192bfdee421829786a.tar.gz
grecs-1705e5d927dba731c135e1192bfdee421829786a.tar.bz2
Unify some typedefs.
Use _ptr_t suffix for typedefs that define pointers.
Diffstat (limited to 'include/grecs/value.h')
-rw-r--r--include/grecs/value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grecs/value.h b/include/grecs/value.h
index 73f979c..8cd2800 100644
--- a/include/grecs/value.h
+++ b/include/grecs/value.h
@@ -28,7 +28,7 @@ typedef struct grecs_value {
int type;
grecs_locus_t locus;
union {
- grecs_list_t list;
+ grecs_list_ptr_t list;
char *string;
struct {
size_t c;

Return to:

Send suggestions and report system problems to the System administrator.