Xref: utzoo comp.lang.c:11479 comp.unix.questions:8396 Path: utzoo!utgpu!water!watmath!clyde!bellcore!rutgers!rochester!bbn!uwmcsd1!marque!uunet!mcvax!ukc!pyrltd!trevan!trevor From: trevor@trevan.UUCP (trevor) Newsgroups: comp.lang.c,comp.unix.questions Subject: cpp - the C language preprocessor Keywords: cpp Message-ID: <173@trevan.UUCP> Date: 24 Jul 88 18:30:08 GMT Organization: Trevan Designs Ltd. UK Lines: 8 Please can someone tell me how I can use the -D option to define a name with a space in it ie #define fred xxxx yyyy I have tried alot of combinations like -Dfred='xxxx yyyy' but nothing seems to work. This is using Microport System V/286.