On Tue, Oct 14, 2025 at 08:31:41 +0200, Michal Privoznik via Devel wrote:
> From: Michal Privoznik <[email protected]>
> 
> The genxdrstub.pl script generates some header files. But they
> use the old pattern to guard against multiple inclusion:
> 
>   #ifndef SOMETHING_H
>   #define SOMETHING_H
>   ...
>   #endif
> 
> Change the script to generate just '#pragma once' used everywhere
> else in our code.
> 
> Signed-off-by: Michal Privoznik <[email protected]>
> ---
>  tools/wireshark/util/genxdrstub.pl | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)

Reviewed-by: Peter Krempa <[email protected]>

Reply via email to