Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.earthlink.com!news.earthlink.com.POSTED!not-for-mail NNTP-Posting-Date: Fri, 22 Jul 2011 15:09:17 -0500 Date: Fri, 22 Jul 2011 13:09:16 -0700 From: Patricia Shanahan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 Newsgroups: comp.lang.java.programmer Subject: Re: Passing a Method Name to a Method, Redux References: <3uuf071k5c0b32cdlv31s7p1u6cjn3t11j@4ax.com> <71ph07l246l93uf4umn5tjgp6dtfgnr4a9@4ax.com> <4e28c7a0$0$308$14726298@news.sunsite.dk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Message-ID: Lines: 26 X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 70.230.200.239 X-Trace: sv3-IVk0EUsfwZK5JAXPcwD7BWvJirxrKSFBJZFp34LftCCv0bARxJoE5SR5rhfy6HXxRoqGsayAYUgmclF!lT1YkLYrcP1Sb3bdBJ/mNBXWsBE6agOx9XSowbBB07y4fPtgEHVQT0k2xIkdg66xYPWBT//JF0Yz!FF1bYwSBa8p1zm/5t4DcpewmHkXIPMcXXG7yFQ61IpwDFCo= X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2383 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:6413 On 7/22/2011 12:35 PM, Gene Wirchenko wrote: > On Thu, 21 Jul 2011 20:43:10 -0400, Arne Vajhøj > wrote: > >> On 6/27/2011 4:12 PM, Gene Wirchenko wrote: >>> On Mon, 27 Jun 2011 03:04:11 -0400, Joshua Cranmer >>> wrote: >>> >>>> On 06/26/2011 11:42 PM, Gene Wirchenko wrote: >>>>> Think simple version of the C preprocessor. >>>> >>>> Then why not use the C preprocessor? >>> >>> I could not find one that would run standalone on my system. >> >> Almost all C compiler has a way to do only preprocessing. >> >> GCC, MS, DEC/CPQ/HP etc. has. > > I did not want a C compiler. I simply wanted a preprocessor. The easiest and simplest way to get the C pre-processing function is often to install a C compiler and invoke it with parameters set to preprocess only. Patricia