(CC_NOT_SIGNED): New macro.

From-SVN: r2412
This commit is contained in:
James Van Artsdalen 1992-10-12 21:36:50 +00:00
parent 472fbdd1ca
commit e8a2790cc7
1 changed files with 4 additions and 0 deletions

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