bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bison 1.30h


From: Akim Demaille
Subject: Re: Bison 1.30h
Date: 19 Dec 2001 10:36:31 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service)

Keep this public please.

| Hi Akim,
| I hate to add another layer, but...
| 
| I've been porting bison to run with Microsoft C++ 6.0. The
| idea is to add a directory called MSDOS with a little makefile
| that supplies a config.h and the makefiles for the various
| directories to let Microsoft C++ do its thing.
| 
| I checked the release into my CVS and here are the CVS diffs.
| If there is a different patch mechanism let me know and I
| will report using it.

Unified diffs are preferred :)

| The quote.c and quotearg.c changes bring the references to
| quote.h and quotearg.h up to the C standard. These changes
| and a addition to config.h are all that was needed for bison/lib.
| 
| More later.
| 
| Here are a few changes that I have so far that should be shared
| with the rest of the release:
| 
| RCS file: /home/cvsroot/Bison130g/lib/quote.c,v
| retrieving revision 1.1.1.1
| diff -r1.1.1.1 quote.c
| 11,12c11,12
| < #include <quotearg.h>
| < #include <quote.h>
| ---
| > #include "quotearg.h"
| > #include "quote.h"
| Index: quotearg.c
| ===================================================================
| RCS file: /home/cvsroot/Bison130g/lib/quotearg.c,v
| retrieving revision 1.1.1.1
| diff -r1.1.1.1 quotearg.c
| 28,29c28,29
| < #include <quotearg.h>
| < #include <xalloc.h>
| ---
| > #include "quotearg.h"
| > #include "xalloc.h"
| Index: realloc.c

I don't know why Paul has chosen <> over "".  But then, I don't
understand either why you don't have the problem with <config.h>, nor
why your compiler fails here.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]