From 5c0363170c6cd0b041006de0400e06767b924d67 Mon Sep 17 00:00:00 2001 From: jmc Date: Mon, 26 Dec 2022 18:43:49 +0000 Subject: [PATCH] revert previous: just as i get to replying, i find sthen's note. this part of the diff is not for me. --- usr.bin/ctfconv/parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ctfconv/parse.c b/usr.bin/ctfconv/parse.c index b84ae445e59..d74f95005a1 100644 --- a/usr.bin/ctfconv/parse.c +++ b/usr.bin/ctfconv/parse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.c,v 1.14 2022/12/26 18:41:05 jmc Exp $ */ +/* $OpenBSD: parse.c,v 1.15 2022/12/26 18:43:49 jmc Exp $ */ /* * Copyright (c) 2016-2017 Martin Pieuchot @@ -72,7 +72,7 @@ RB_HEAD(itype_tree, itype) itypet[CTF_K_MAX]; */ struct isymb_tree isymbt; -struct itype *void_it; /* no type is emitted for void */ +struct itype *void_it; /* no type is emited for void */ uint16_t tidx, fidx, oidx; /* type, func & object IDs */ uint16_t long_tidx; /* index of "long", for array */ -- 2.20.1