[commit: ghc] master: Remove some antiquated C constructs (96ebe2f)
Ian Lynagh
igloo at earth.li
Mon Aug 1 03:01:44 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/96ebe2fa43b9ee98cd82d31760c57db0fea18495
>---------------------------------------------------------------
commit 96ebe2fa43b9ee98cd82d31760c57db0fea18495
Author: Ian Lynagh <igloo at earth.li>
Date: Mon Aug 1 01:07:12 2011 +0100
Remove some antiquated C constructs
Fixes validate on amd64/Linux with:
SRC_CC_OPTS += -Wmissing-parameter-type
SRC_CC_OPTS += -Wold-style-declaration
SRC_CC_OPTS += -Wold-style-definition
compiler/ghci/keepCAFsForGHCi.c | 4 +-
rts/hooks/OnExit.c | 2 +-
rts/posix/OSThreads.c | 6 ++--
utils/hp2ps/AreaBelow.c | 2 +-
utils/hp2ps/AuxFile.c | 12 +++-------
utils/hp2ps/Axes.c | 18 ++++++----------
utils/hp2ps/Curves.c | 25 ++++++++---------------
utils/hp2ps/Deviation.c | 5 +--
utils/hp2ps/Dimensions.c | 7 ++---
utils/hp2ps/Error.c | 3 +-
utils/hp2ps/HpFile.c | 40 +++++++++++++-------------------------
utils/hp2ps/Key.c | 5 +--
utils/hp2ps/Main.c | 13 +++--------
utils/hp2ps/Marks.c | 5 +--
utils/hp2ps/PsFile.c | 35 +++++++++++++++------------------
utils/hp2ps/Reorder.c | 9 ++-----
utils/hp2ps/Scale.c | 4 +-
utils/hp2ps/Shade.c | 16 ++++----------
utils/hp2ps/TopTwenty.c | 2 +-
utils/hp2ps/TraceElement.c | 2 +-
utils/hp2ps/Utilities.c | 26 +++++++-----------------
utils/unlit/unlit.c | 6 +---
22 files changed, 93 insertions(+), 154 deletions(-)
Diff suppressed because of size. To see it, use:
git show 96ebe2fa43b9ee98cd82d31760c57db0fea18495
More information about the Cvs-ghc
mailing list