[comp.sys.apollo] one cpp and one fortran question

oliveria@caen.engin.umich.edu (ROQUE DONIZETE DE OLIVEIRA) (02/06/90)

1) Any reason why there is no man page for cpp in systems loaded with
   BSD4.3 and Aegis, in sr10.1 or sr10.2 ?
   It seems "man cpp" is only available is SYS5 nodes.

2) In C, is there a way I can uniquely define portion of a code just for the
    dn10k with cpp ? 
    Unfortunately   #ifdef apollo    alone isn't good enough. I know 
    about ISP but cpp doesn't.  I don't want to pass a command line
    argument to cpp (like -Dprism).
    On a sun one could use #ifdef's for sun, sparc, mc68000, etc.

3)  About fortran, any reason why Apollo uses 16#number to denote
    an hex number instead of the more common usage x'number' ?

   
Thanks.

     Roque D Oliveira
     oliveria@caen.engin.umich.edu

hanche@imf.unit.no (Harald Hanche-Olsen) (02/07/90)

The magic invocation to use for dn10k-only code is:

#if _ISP__A88K

Don't know where I have it from, but it works.

- Harald Hanche-Olsen <hanche@imf.unit.no>
  Division of Mathematical Sciences
  The Norwegian Institute of Technology
  N-7034 Trondheim-NTH NORWAY