(CC_NOT_SIGNED): New macro.
authorJames Van Artsdalen <jrv@gnu.org>
Mon, 12 Oct 1992 21:36:50 +0000 (21:36 +0000)
committerJames Van Artsdalen <jrv@gnu.org>
Mon, 12 Oct 1992 21:36:50 +0000 (21:36 +0000)
From-SVN: r2412

gcc/conditions.h

index 140fbd985442620417621d406fa6abea06587986..e7319377f37aaf393c1c7cf687d095f289679c60 100644 (file)
@@ -101,6 +101,10 @@ extern CC_STATUS cc_status;
    (though inverted) state.  */
 #define CC_INVERTED 0100
 
+/* Nonzero if we must convert signed condition operators to unsigned.
+   This is only used by machine description files. */
+#define CC_NOT_SIGNED 0200
+
 /* This is how to initialize the variable cc_status.
    final does this at appropriate moments.  */