Commit 1e12b4c5 by Richard Stallman

*** empty log message ***

From-SVN: r391
parent 81784237
......@@ -201,7 +201,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
#ifndef perform_lesf2
#define perform_lesf2(a, b) return 1 - (a >= b);
#define perform_lesf2(a, b) return 1 - (a <= b);
#endif
/* Define the C data type to use for an SImode value. */
......
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