bison-patches
[Top][All Lists]
Advanced

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

Re: [SPAM] Re: Extract the action scanner from the grammar scanner


From: Joel E. Denny
Subject: Re: [SPAM] Re: Extract the action scanner from the grammar scanner
Date: Wed, 7 Jun 2006 16:16:41 -0400 (EDT)

On Wed, 7 Jun 2006, Joel E. Denny wrote:

> Index: src/location.h
> ===================================================================
> RCS file: /sources/bison/bison/src/location.h,v
> retrieving revision 1.14
> diff -p -u -r1.14 location.h
> --- src/location.h    6 Jun 2006 16:40:06 -0000       1.14
> +++ src/location.h    7 Jun 2006 19:50:30 -0000
> @@ -21,6 +21,7 @@
>  #ifndef LOCATION_H_
>  # define LOCATION_H_
>  
> +# include <stdbool.h>
>  # include "uniqstr.h"

I changed <stdbool.h> to "system.h".

Joel




reply via email to

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