mbox series

[0/3] improve cast_value()

Message ID 20220531193226.33399-1-lucvoo@kernel.org (mailing list archive)
Headers show
Series improve cast_value() | expand

Message

Luc Van Oostenryck May 31, 2022, 7:32 p.m. UTC
From: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>

This series contains 2 small improvements to the cast_value() function.

Luc Van Oostenryck (2):
  cast_value: assign the new type
  cast_value: remove error-prone redundant argument

 expand.c     | 10 +++++++---
 expression.c |  3 +--
 expression.h |  3 +--
 parse.c      |  3 +--
 4 files changed, 10 insertions(+), 9 deletions(-)