[dylan-lang/melange] 73d6a5: Fix crash on current Mac OS X 10.11 headers.

GitHub <[email protected]> Sun, 18 Oct 2015 10:39:01 -0700
Newsgroups gmane.comp.lang.dylan.gwydion.cvs
Message-ID <5623d9352e64f_616a3f84ad95f29c122221@hookshot-fe2-cp1-prd.iad.github.net.mail>
  Branch: refs/heads/master
  Home:   https://github.com/dylan-lang/melange
  Commit: 73d6a59ba774fb3eec484381e0427dfd427eeb53
      https://github.com/dylan-lang/melange/commit/73d6a59ba774fb3eec484381e0427dfd427eeb53
  Author: Bruce Mitchener <[email protected]>
  Date:   2015-10-19 (Mon, 19 Oct 2015)

  Changed paths:
    M melange-core/c-lexer.dylan

  Log Message:
  -----------
  Fix crash on current Mac OS X 10.11 headers.

/usr/include/AvailabilityInternal.h recently got large enough that
the chunks being applied to concatenate-as here blew through the
limit on the number of arguments that can be applied. There's no
need for this though since read-to-end can be used.

* melange-core/c-lexer.dylan
  (initialize on <tokenizer>): Use read-to-end instead of more
   complicated code.

_______________________________________________
chatter mailing list
[email protected]
https://lists.opendylan.org/mailman/listinfo/chatter