diff options
author | Armin Rigo <arigo@tunes.org> | 2011-03-26 16:07:06 +0100 |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2011-03-26 16:07:06 +0100 |
commit | 9aca01b6bbac9d89a8404488cc4ac2bc6e3065d5 (patch) | |
tree | 85b70204143fe3fe4d5b232688fa67046096253e /.hgignore | |
parent | Move this hack into an official interface. (diff) | |
download | pypy-9aca01b6bbac9d89a8404488cc4ac2bc6e3065d5.tar.gz pypy-9aca01b6bbac9d89a8404488cc4ac2bc6e3065d5.tar.bz2 pypy-9aca01b6bbac9d89a8404488cc4ac2bc6e3065d5.zip |
Trying to fix issue677: remove the hard-coded endianness from dtoa.c,
and instead generate a stub .c file that defines the correct endianness
and #includes dtoa.c.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -17,7 +17,6 @@ syntax: regexp ^pypy/doc/.+\.html$ ^pypy/doc/basicblock\.asc$ ^pypy/doc/.+\.svninfo$ -^pypy/translator/c/src/dtoa.o$ ^pypy/translator/c/src/libffi_msvc/.+\.obj$ ^pypy/translator/c/src/libffi_msvc/.+\.dll$ ^pypy/translator/c/src/libffi_msvc/.+\.lib$ @@ -64,4 +63,4 @@ syntax: regexp ^pypy/doc/image/parsing_example.+\.png$ ^compiled ^.git/ -^release/
\ No newline at end of file +^release/ |