X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fintprops.h;h=2485c78d4ba9555f37914541ca9ff128d0bcbf59;hb=e16561484b19d960cbb07bd82033155b2979c4f0;hp=817667920b3542a8553a00faf394328912c2cbb9;hpb=dabf3a8df68b0d70f8aff58e96ef3f143410d502;p=gnulib.git diff --git a/lib/intprops.h b/lib/intprops.h index 817667920..2485c78d4 100644 --- a/lib/intprops.h +++ b/lib/intprops.h @@ -1,6 +1,6 @@ /* intprops.h -- properties of integer types - Copyright (C) 2001-2005, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 2001-2005, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -52,7 +52,7 @@ #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) /* Return 1 if the integer expression E, after integer promotion, has - a signed type. E should not have side effects. */ + a signed type. */ #define _GL_INT_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)