Page MenuHomeFreeBSD

unifdef: Fix collision check when adding symbols.
ClosedPublic

Authored by des on Thu, Jan 30, 6:44 PM.

Details

Summary

findsym() is intended for use while parsing input, so it should not be
called from addsym2() or indirectsym(), which are called before any
input is processed.

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable