From 207850187986568b17ea9b2d9c29510cb00bf9da Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Thu, 31 Mar 2016 17:05:37 -0400 Subject: lots of things --- src/obj.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/obj.h') diff --git a/src/obj.h b/src/obj.h index 37dbfd9..3858d78 100644 --- a/src/obj.h +++ b/src/obj.h @@ -54,6 +54,8 @@ struct obj_class_t { typedef uint64_t obj_id; +#define PRI_OBJID PRId64 + struct obj_alias_t { char *alias; struct obj_alias_t *next; -- cgit v1.1