From owner-freebsd-questions Wed Feb 21 19:49:21 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA24537 for questions-outgoing; Wed, 21 Feb 1996 19:49:21 -0800 (PST) Received: from fslg8.fsl.noaa.gov (fslg8.fsl.noaa.gov [137.75.131.171]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA24529 for ; Wed, 21 Feb 1996 19:49:18 -0800 (PST) Received: by fslg8.fsl.noaa.gov (5.57/Ultrix3.0-C) id AA17315; Wed, 21 Feb 96 21:49:17 -0600 Received: by emu.fsl.noaa.gov (1.38.193.4/SMI-4.1 (1.38.193.4)) id AA15951; Wed, 21 Feb 1996 20:49:16 -0700 Date: Wed, 21 Feb 1996 20:49:16 -0700 Message-Id: <9602220349.AA15951@emu.fsl.noaa.gov> From: Sean Kelly To: wsantee@wsantee.oz.net Cc: questions@freebsd.org In-Reply-To: <199602220041.QAA04043@wsantee.oz.net> Subject: Re: cc in FreeBSD Sender: owner-questions@freebsd.org Precedence: bulk >>>>> "Wes" == "Wes Santee" writes: Wes> Not sure if this question is apropos for the Questions list, Wes> but is there a switch in the cc for FreeBSD (gcc 2.6.3, looks Wes> like) that allows C++-style comments in a C source file? I don't think there's *any* gcc option to allow // comments in a C file. You could try sed'ing all the source files to convert them to /*...*/ style comments. Or just use c++ instead of cc. (And then let the fun begin!) -- Sean Kelly NOAA Forecast Systems Laboratory, Boulder Colorado USA I can see why it would be prohibited to throw most things off the top of the Empire State Building, but what's wrong with little bits of cheese? They probably break down into their various gases before they even hit. -- Deep Thoughts, by Jack Handey