|
|
1.1 ! root 1: /* ! 2: * C compiler. ! 3: * Pattern selection machine dependencies. ! 4: */ ! 5: #ifdef vax ! 6: #include "INC$LIB:cc1.h" ! 7: #else ! 8: #include "cc1.h" ! 9: #endif ! 10: ! 11: subgoal(c, stemp) ! 12: { ! 13: register int sgoal; ! 14: ! 15: if (isrealreg(stemp)) { ! 16: sgoal = reg[stemp].r_goal; ! 17: if (sgoal < 0) ! 18: cbotch("goal"); ! 19: return(sgoal); ! 20: } else if (c == MLVALUE) ! 21: return(MLVALUE); ! 22: else ! 23: return(MRVALUE); ! 24: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.