[Numpy-svn] [numpy/numpy] 76fc3e: BUG: fix build in c99 mode

GitHub noreply at github.com
Sun Oct 26 08:03:18 EDT 2014


  Branch: refs/heads/maintenance/1.9.x
  Home:   https://github.com/numpy/numpy
  Commit: 76fc3e7df95779b2a67cf40210585cc1bb776591
      https://github.com/numpy/numpy/commit/76fc3e7df95779b2a67cf40210585cc1bb776591
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-10-26 (Sun, 26 Oct 2014)

  Changed paths:
    M numpy/core/include/numpy/npy_common.h

  Log Message:
  -----------
  BUG: fix build in c99 mode

The definition of off_t is located in sys/types.h and is not pulled
by other files when compiling in c99 mode instead of the default gnu89.
Closes gh-5231


  Commit: 9b4b7b37efc740756ddfb36efca2f0c17642f001
      https://github.com/numpy/numpy/commit/9b4b7b37efc740756ddfb36efca2f0c17642f001
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-10-26 (Sun, 26 Oct 2014)

  Changed paths:
    M numpy/core/include/numpy/npy_common.h

  Log Message:
  -----------
  Merge pull request #5233 from juliantaylor/off_t-fix

BUG: fix build in c99 mode


Compare: https://github.com/numpy/numpy/compare/42d890f549c6...9b4b7b37efc7


More information about the Numpy-svn mailing list