diff options
author | jbj <devnull@localhost> | 2001-10-16 17:42:18 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-16 17:42:18 +0000 |
commit | 96a3f7a55d444296f97c3e28c8d810e220e1cb9f (patch) | |
tree | 01eb83731cd7193dda21a7ab3d8e741c41c0914f /beecrypt/entropy.c | |
parent | 9f45bcd3ecf3f3548ed7a8490b882a6ca9ffeb94 (diff) | |
download | librpm-tizen-96a3f7a55d444296f97c3e28c8d810e220e1cb9f.tar.gz librpm-tizen-96a3f7a55d444296f97c3e28c8d810e220e1cb9f.tar.bz2 librpm-tizen-96a3f7a55d444296f97c3e28c8d810e220e1cb9f.zip |
Factor -type problems into explicit code annotations.
CVS patchset: 5117
CVS date: 2001/10/16 17:42:18
Diffstat (limited to 'beecrypt/entropy.c')
-rw-r--r-- | beecrypt/entropy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/beecrypt/entropy.c b/beecrypt/entropy.c index 04689641f..942d42717 100644 --- a/beecrypt/entropy.c +++ b/beecrypt/entropy.c @@ -1,4 +1,4 @@ -/*@-sizeoftype@*/ +/*@-sizeoftype -type@*/ /** \ingroup ES_m * \file entropy.c * @@ -1610,4 +1610,4 @@ dev_tty_end: #endif #endif -/*@=sizeoftype@*/ +/*@=sizeoftype =type@*/ |