[Date Prev][Date
Next][Thread Prev][Thread Next][Date
Index][Thread Index]
Re: Make C look like something Else?
- To: ukha_d@xxxxxxx
- Subject: Re: Make C look like something Else?
- From: "Mark Hetherington" <mark.egroups@xxxxxxx>
- Date: Wed, 06 Jun 2001 14:34:07 -0000
- Delivered-to: rich@xxxxxxx
- Delivered-to: mailing list ukha_d@xxxxxxx
- Mailing-list: list ukha_d@xxxxxxx; contact
ukha_d-owner@xxxxxxx
- Reply-to: ukha_d@xxxxxxx
--- In ukha_d@y..., andy.powell@l... wrote:
> Mark,
>
> Thanks, Boes that mean then that I could create my own include file
with
> the Defines in it and just ensure that it was the very first
include (ie
> before any other code...??
Yes, exactly :)
> and I guess that this:
>
> #define END PROC }
>
> is not possible...
No but as long as the keyword PROC was never used for any other
purpose, you could use
#define END }
#define PROC
So the PROC basically does nothing and the END gives the closing
brace for the block.
Mark.
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Home |
Main Index |
Thread Index
|