allow redefinition of func_old_type functions
commit6a004ed19f61c77e5074a7960aaec75ec40aaa3d
authorgrischka <grischka>
Wed, 17 Jun 2009 00:09:52 +0000 (17 02:09 +0200)
committergrischka <grischka>
Wed, 17 Jun 2009 00:09:52 +0000 (17 02:09 +0200)
treedbebe1808472b7aa1aca58564a0e2ee57473adf4
parentc3701df16cf1ce9e1cb88ff0e3c789ecc2c4114d
allow redefinition of func_old_type functions

    void *memcpy(void*, const void*, unsigned);

This gave an error if memcpy() has been used before
implicitely,  e.g. for structure passing etc.
tccgen.c