lilypond-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/5] Remove parser/location global variable setup


From: Dan Eble
Subject: Re: [PATCH 1/5] Remove parser/location global variable setup
Date: Wed, 27 May 2015 07:45:39 -0400

On May 27, 2015, at 05:45 , David Kastrup <address@hidden> wrote:
> 
> +(define %parser (make-fluid))
> +(define %location (make-fluid))

> +(define-public (*parser*) (fluid-ref %parser))
> +(define-public (*location*) (fluid-ref %location))

Are the decorations on these names ad-hoc or are you following a convention?  
(I’m asking for my own edification.)
— 
Dan




reply via email to

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