home *** CD-ROM | disk | FTP | other *** search
- *** ../f77/src/f77pass1/bb.c.orig Tue Oct 29 15:15:44 1985
- --- ../f77/src/f77pass1/bb.c Tue Oct 29 15:22:15 1985
- ***************
- *** 717,722
- }
- else if( ISINT(type) )
- fprintf(diagfile," ci= %d\n",p->constblock.const.ci);
- else if( ISREAL(type) )
- fprintf(diagfile," cd[0]= %e\n",p->constblock.const.cd[0]);
- else fprintf(diagfile," cd[0]= %e cd[1]= %e\n",
-
- --- 717,726 -----
- }
- else if( ISINT(type) )
- fprintf(diagfile," ci= %d\n",p->constblock.const.ci);
- + #ifdef GFLOAT
- + else if( ISREAL(type) && type==TYREAL)
- + fprintf(diagfile," cr[0]= %e\n",p->constblock.const.cr[0]);
- + #endif GFLOAT
- else if( ISREAL(type) )
- fprintf(diagfile," cd[0]= %e\n",p->constblock.const.cd[0]);
- else fprintf(diagfile," cd[0]= %e cd[1]= %e\n",
-