home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.aix
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!geraldo.cc.utexas.edu!portal.austin.ibm.com!awdprime.austin.ibm.com!greenber.austin.ibm.com!jfh
- From: jfh@greenber.austin.ibm.com (John F Haugh II)
- Subject: Re: Question compiling bash, compiling in general
- Sender: news@austin.ibm.com (News id)
- Message-ID: <C1Fu3G.28uA@austin.ibm.com>
- Date: Tue, 26 Jan 1993 01:42:52 GMT
- References: <C0yMHC.9p1@news2.cis.umn.edu> <1993Jan21.221652.27111@g2syd.genasys.com.au> <PRENER.93Jan22022038@prener.watson.ibm.com>
- Organization: AIX Software Support, Austin, Republica de Tejas
- Lines: 36
-
- In article <PRENER.93Jan22022038@prener.watson.ibm.com> prener@watson.ibm.com (Dan Prener) writes:
- >In article <1993Jan21.221652.27111@g2syd.genasys.com.au> roberts@g2syd.genasys.com.au (Robert Swan) writes:
- >
- > [ . . . ]
- >
- >> On a related note, I'd like to get it to recognize a C in column 1 as
- >> a comment introducer. I'm also having difficulty getting it to understand
- >> the continuation character in column 6. Moreover, as far as I can tell,
- >> the EQUIVALENCE statement is completely broken. Anyone who can help
- >> me with these problems needs help.
- >
- >If you could post some small examples of the constructs that are not working
- >for you, we can probably help.
-
- Sure.
-
- testit (int counter)
- {
- C
- C This is the testit function. It doesn't do very much. That's why
- C we call it the testit function.
- C
- do end counter = 1, 10
- if (counter == 5 .and. sys$time() eq 1000000)
- writeln ('this is a line that is going to be really
- 1long by the time I get tired of showing how silly a notion it is to
- 2have the C compiler accept every possible language under the sun,
- 3unless you thought PL/1 was a great idea.')
- end:
-
- STOP
- END
- --
- John F. Haugh II | Quality is ... knowing who | MaBellNet: (512) 823-8817
- SneakerNet: 042/2F068 | your customer is and what | VNET: HAUGH at AUSVM8
- [ DoF #17 ] [ TSAKC ] | your customer wants. | Disc: I speak 4 me, !IBM.
-