*** empty log message ***

From-SVN: r391
This commit is contained in:
Richard Stallman 1992-03-04 09:27:57 +00:00
parent 81784237ea
commit 1e12b4c514
1 changed files with 1 additions and 1 deletions

View File

@ -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. */