aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2011-03-26 16:07:06 +0100
committerArmin Rigo <arigo@tunes.org>2011-03-26 16:07:06 +0100
commit9aca01b6bbac9d89a8404488cc4ac2bc6e3065d5 (patch)
tree85b70204143fe3fe4d5b232688fa67046096253e /.hgignore
parentMove this hack into an official interface. (diff)
downloadpypy-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--.hgignore3
1 files changed, 1 insertions, 2 deletions
diff --git a/.hgignore b/.hgignore
index f3b7964fd8..b1be1ae09a 100644
--- a/.hgignore
+++ b/.hgignore
@@ -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/