Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IoLanguage/io
base: cf048d3fdbd4
Choose a base ref
...
head repository: IoLanguage/io
compare: 9bfac31d4397
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 7, 2018

  1. iovm: fix build error in IoNumber.h, fix #418

    I fetched the NAN definition from somewhere that I already forgot. Since we
    are not going to provide a single NAN value for dynamic linking, I guess the
    `__attribute_used__` (should be `__attribute__((used))`) is not needed.
    yangfl committed Aug 7, 2018
    Copy the full SHA
    d4e6650 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #419 from yangfl/upstream

    iovm: fix build error in IoNumber.h, fix #418
    ales-tsurko committed Aug 7, 2018
    Copy the full SHA
    9bfac31 View commit details
    Browse the repository at this point in the history