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

GitHub noreply at github.com
Sun Oct 26 08:02:27 EDT 2014


  Branch: refs/heads/master
  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: fb40fe8618ff472d09ae819fd9734bd94cb9bdc9
      https://github.com/numpy/numpy/commit/fb40fe8618ff472d09ae819fd9734bd94cb9bdc9
  Author: Julian Taylor <juliantaylor108 at gmail.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/fe7816d44822...fb40fe8618ff


More information about the Numpy-svn mailing list