You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This completes (at least for now) the project of getting rid of ad-hoclinkages among the src/bin/ subdirectories. Everything they share is nowin src/fe_utils/ and is included from a static library at link time.A side benefit is that we can restore the FLEX_NO_BACKUP check forpsqlscanslash.l. We might need to think of another way to do that checkif we ever need to build two lexers with that property in the same sourcedirectory, but there's no foreseeable reason to need that.