Fw: Cpp patches for VMS

Douglas B. Rupp rupp@gnat.com
Tue Nov 13 15:03:00 GMT 2001


----- Original Message -----
From: "Zack Weinberg" <zack@codesourcery.com>
To: "Douglas B. Rupp" <rupp@gnat.com>
Cc: <gcc-patches@gcc.gnu.org>
Sent: Wednesday, November 21, 2001 10:36 AM
Subject: Re: Cpp patches for VMS


| On Wed, Nov 21, 2001 at 12:19:39AM -0800, Douglas B. Rupp wrote:
| > Here's my reformulated patch.
|
|         * cppfiles.c (STAT_SIZE_TOO_BIG): Define.
|         (read_include_file): Use STAT_SIZE_TOO_BIG.
|
| This is almost right.  Is there a reason you defined a magic number
| yourself instead of using the appropriate system header file?

It would require yet another "#ifdef VMS" to bring in a bunch of VMS specific header files. It seemed better to locally define it.
It won't ever change.

|
| I assume you'll be sending a separate patch for the NULs and missing
| newlines?  Or has that problem gone away?
|

The problem went away, I can't reproduce it now.



More information about the Gcc-patches mailing list