> On 5 Oct 2018, at 21:29, Uxio Prego <[email protected]> wrote: > > How would you detect Xcode from GNU Make?
Is this for an external Makefile project? > I would want to run `sed 's/#line/\/\/#line/'` on the generated parser > in order for it not to show as assembly during debugging. I think > Xcode has some kind of non honoring to the way `#line` works, You can disable using %no-lines, see the Bison manual, but it works fine in Xcode 10. _______________________________________________ [email protected] https://lists.gnu.org/mailman/listinfo/help-bison
