[beast: 13/26] SFI: define SfiProxy as ssize_t to avoid useless signedness casts



commit 608d290aa470edd03d49601f819895106551fa83
Author: Tim Janik <timj gnu org>
Date:   Sun May 29 15:03:58 2016 +0200

    SFI: define SfiProxy as ssize_t to avoid useless signedness casts
    
    Signed-off-by: Tim Janik <timj gnu org>

 sfi/sfitypes.hh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sfi/sfitypes.hh b/sfi/sfitypes.hh
index d96d602..5d50ea0 100644
--- a/sfi/sfitypes.hh
+++ b/sfi/sfitypes.hh
@@ -27,7 +27,7 @@ typedef struct _SfiBBlock     SfiBBlock;
 typedef struct _SfiFBlock      SfiFBlock;
 typedef struct _SfiSeq         SfiSeq;
 typedef struct _SfiRec         SfiRec;
-typedef GType /* pointer */    SfiProxy;
+typedef ssize_t                 SfiProxy; /// Pointer sized integer object handle
 struct SfiRecFields {
   guint        n_fields;
   GParamSpec **fields;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]