From: Dave Mason <dmason AT plg DOT uwaterloo DOT ca>
To: stst AT vuse DOT vanderbilt DOT edu
Cc: djgpp AT sun DOT soe DOT clarkson DOT edu
Subject: predefined compiler symbol
Date: Sun, 19 Dec 1993 14:20:31 -0500

If you do:
	gcc -v foo.c
you'll see the complete command line passed to gpp, and hence
everything that is defined.

../Dave