Path: utzoo!attcan!uunet!munnari.oz.au!uhccux!ames!sun-barr!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!ucsd!ucsdhub!hp-sdd!apollo!oj From: oj@apollo.HP.COM (Ellis Oliver Jones) Newsgroups: comp.sys.apollo Subject: Re: one cpp and one f77 question Keywords: cpp Message-ID: <4880b96f.20b6d@apollo.HP.COM> Date: 7 Feb 90 15:14:00 GMT References: <4877da3b.bb89@spam.engin.umich.edu> Sender: root@apollo.HP.COM Reply-To: oj@apollo.hp.com Organization: Apollo Computer, Chelmsford, MA Lines: 13 In article <4877da3b.bb89@spam.engin.umich.edu> oliveria@caen.engin.umich.edu (ROQUE DONIZETE DE OLIVEIRA) writes: > is there any define I can use with cpp that uniquely define the dn10k ? > I know about ISP but it is not in cpp. If you invoke the preprocessor by saying /bin/cc -E instead of /lib/cpp then you can use these #ifdefs for prism and m68k respectively. #ifdef _ISP__A88K #ifdef _ISP__M68K (note the two consecutive underscores...)