Skip not-null checks for _argptr and _arguments
commitab6b81d213e3e45ea0afcf1fd16893375a845012
authorThomas Leonard <talex5@gmail.com>
Wed, 24 Sep 2008 09:48:00 +0000 (24 10:48 +0100)
committerThomas Leonard <talex5@gmail.com>
Wed, 24 Sep 2008 09:48:00 +0000 (24 10:48 +0100)
tree5b14410308ed90c409e001fc02f574fbc9829b40
parent65ef1c1dc5a7d38787e350fe83f4b03619074e9d
Skip not-null checks for _argptr and _arguments

On i32, _argptr is a pointer and triggers the error.
dmd/func.c