diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/skalibs/gol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/skalibs/gol.h b/src/include/skalibs/gol.h index bcab96c..8a9d94c 100644 --- a/src/include/skalibs/gol.h +++ b/src/include/skalibs/gol.h @@ -9,7 +9,7 @@ #include <skalibs/uint64.h> -typedef struct gol_bool_s gol_bool, gol_bool ; +typedef struct gol_bool_s gol_bool, *gol_bool_ref ; struct gol_bool_s { char const *lo ; @@ -18,7 +18,7 @@ struct gol_bool_s uint64_t mask ; } ; -typedef struct gol_arg_s gol_arg, gol_arg_ref ; +typedef struct gol_arg_s gol_arg, *gol_arg_ref ; struct gol_arg_s { char const *lo ; |