=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ctfconv/parse.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/ctfconv/parse.c 2022/12/26 18:41:05 1.14 --- src/usr.bin/ctfconv/parse.c 2022/12/26 18:43:49 1.15 *************** *** 1,4 **** ! /* $OpenBSD: parse.c,v 1.14 2022/12/26 18:41:05 jmc Exp $ */ /* * Copyright (c) 2016-2017 Martin Pieuchot --- 1,4 ---- ! /* $OpenBSD: parse.c,v 1.15 2022/12/26 18:43:49 jmc Exp $ */ /* * Copyright (c) 2016-2017 Martin Pieuchot *************** *** 72,78 **** */ struct isymb_tree isymbt; ! struct itype *void_it; /* no type is emitted for void */ uint16_t tidx, fidx, oidx; /* type, func & object IDs */ uint16_t long_tidx; /* index of "long", for array */ --- 72,78 ---- */ struct isymb_tree isymbt; ! 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 */