Fix Windows build failure
authorIan Lynagh <igloo@earth.li>
Sun, 5 Jun 2011 18:16:35 +0000 (19:16 +0100)
committerIan Lynagh <igloo@earth.li>
Sun, 5 Jun 2011 18:16:35 +0000 (19:16 +0100)
commit183d6c8ed66e25e72017e891fc1a07bda937f087
tree19bfafd859f64baf5acdd4ae1a425a2a3184c0d4
parent86add45dbfb6f962b65e371143dd467ae783f9e7
Fix Windows build failure

We were calling freeArgv with arguments of the wrong type.
But actually, we had our own copy of its loop anyway, so
now we just use that instead.
rts/RtsFlags.c