Skip to content

Commit

Permalink
handy.h: Add GV_FROM_REF()
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed Jul 22, 2024
1 parent efba1a5 commit 381bfe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handy.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ definitely a reference SV that refers to an SV of the right type.

#define AV_FROM_REF(ref) xV_FROM_REF(AV, ref)
#define CV_FROM_REF(ref) xV_FROM_REF(CV, ref)
#define GV_FROM_REF(ref) xV_FROM_REF(GV, ref)
#define HV_FROM_REF(ref) xV_FROM_REF(HV, ref)

#ifndef __cplusplus
Expand Down

0 comments on commit 381bfe3

Please sign in to comment.