
From:	RHEA::DECWRL::"ihnp4!allegra!ihnp4!cataly!arf" "Alan Feuer"   24-MAR-1985 23:37  
To:	cataly!eagle!allegra!ihnp4!decwrl!dec-rhea!dec-rex!minow

Received: from DECWRL by DEC-RHEA with SMTP; Sun, 24 Mar 85 17:46-PST
Received: by decwrl.ARPA (4.22.01/4.7.34)
	id AA01639; Mon, 25 Mar 85 04:46:37 pst
Received: by ihnp4.ATT.UUCP; id AA07887; 23 Mar 85 18:03:20 CST (Sat)
Date: 23 Mar 85 18:03:20 CST (Sat)
Message-Id: <8503251246.AA01639@decwrl.ARPA>
Subj: 	cpp arrived

Thanks.  It looks very nice.

One change, for 68000s in cppdef.h:

	#ifdef mc68000
	#define SYS_68000
	#endif



Subj: 	cpp particulars from latest draft standard

substitution for formals in a macro body

	# <formal> becomes "<actual>"

catenation of tokens

	<token1> ## <token2> becomes <token1><token2>

new form of include (this may cause some trouble for vax-C)

	#include <macro-name> becomes #include <macro-expansion>

where <macro-expansion> must be of either the form

	"<file>"

or

	< <file> >




Subj: 	cpp for the Boston Computer Society

A colleague of mine asks

	I would like to make the source of the Minow C Preprocessor
	available to members of the Boston Computer Society. The
	distribution of the Preprocessor would be free of charge
	except for a $7 fee per diskette for overhead.  Is this
	permissible?


/alan



