ANSI to K&R
From: Doug (doug_at_fake.net)
Date: 03/21/05
- Next message: Bob: "Re: Re: Is there a difference between a "module" and a "compilation unit" ?"
- Previous message: CBFalconer: "Re: 8086 Real Mode Addressing"
- Next in thread: Mark Odell: "Re: ANSI to K&R"
- Reply: Mark Odell: "Re: ANSI to K&R"
- Reply: David Resnick: "Re: ANSI to K&R"
- Reply: Doug: "Re: ANSI to K&R"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Mar 2005 13:26:12 GMT
Hi,
I'm trying to compile dumb-frotz (an Infocom interpreter) on my TRS-80
Model 4. The compiler (MC from Misosys) is circa 1985. I've used
unprotoize from GCC but there are still things to change (to a K&R
standard I suppose). In particular, I'm stuck on this:
FROTZ/H: line 385: error 10: Missing ';'
extern const char*story_name;
^
I have no experience with K&R style C. Any gurus able to help me out?
Thanks,
Doug
- Next message: Bob: "Re: Re: Is there a difference between a "module" and a "compilation unit" ?"
- Previous message: CBFalconer: "Re: 8086 Real Mode Addressing"
- Next in thread: Mark Odell: "Re: ANSI to K&R"
- Reply: Mark Odell: "Re: ANSI to K&R"
- Reply: David Resnick: "Re: ANSI to K&R"
- Reply: Doug: "Re: ANSI to K&R"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]