Commit 130e4a02 by Richard Henderson

* testsuite/libmudflap.c/pass32-frag.c: Fix typo.

From-SVN: r92930
parent ec24eb4e
2004-01-02 Greg McGary <greg@mcgary.org> 2005-01-05 Richard Henderson <rth@redhat.com>
* testsuite/libmudflap.c/pass32-frag.c: Fix typo.
2005-01-02 Greg McGary <greg@mcgary.org>
* mf-impl.h (uintptr_t): Get typedef via stdint.h or define explicitly. * mf-impl.h (uintptr_t): Get typedef via stdint.h or define explicitly.
* mf-runtime.h: New file, replaces mf-runtime.h.in. * mf-runtime.h: New file, replaces mf-runtime.h.in.
......
...@@ -13,6 +13,6 @@ int main () ...@@ -13,6 +13,6 @@ int main ()
{ {
struct foo k; struct foo k;
char *n = get_z (& k); char *n = get_z (& k);
srand ((int)(__mf_uintptr_)t n); /* use the pointer value */ srand ((int)(__mf_uintptr_t) n); /* use the pointer value */
return 0; return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment