DragonFly BSD
DragonFly commits List (threaded) for 2013-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: m4: define yylex based on __DragonFly_version


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 19 Jan 2013 10:24:30 -0800 (PST)

commit 51dc126e91494039d4b328bfc3528ba18a49c317
Author: John Marino <draco@marino.st>
Date:   Sat Jan 19 17:32:39 2013 +0100

    m4: define yylex based on __DragonFly_version
    
    The old lex wants it and emits errors if it's not there.
    The new lex doesn't want it, and emits warnings if it is there.
    On gcc44, the build breaks on an error.
    To make both happy, switch it on based on recent __DragonFly_version bump.
    
    Bump __DragonFly_version to be 100% everyone can upgrade

Summary of changes:
 sys/sys/param.h        | 3 ++-
 usr.bin/m4/parser.y    | 4 ++++
 usr.bin/m4/tokenizer.l | 4 ++++
 3 files changed, 10 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/51dc126e91494039d4b328bfc3528ba18a49c317


-- 
DragonFly BSD source repository



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