Skip to content
Snippets Groups Projects
Commit 909e46f5 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-08-04 10:29:25 by simonmar]

Cast NULL to (W_) to avoid warning.
parent 2cd1a07b
No related merge requests found
......@@ -34,7 +34,7 @@ instance Show Addr where
showsPrec p (A# a) = showsPrec p (I# (addr2Int# a))
nullAddr :: Addr
nullAddr = ``NULL''
nullAddr = ``(W_)NULL''
plusAddr :: Addr -> Int -> Addr
plusAddr (A# addr) (I# off) = A# (int2Addr# (addr2Int# addr +# off))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment