git: flex cleanup, silence errors

John Marino marino at crater.dragonflybsd.org
Thu Jan 17 07:00:03 PST 2013


commit eb74dec6d3e149ba4664e0a003391abf9854b088
Author: John Marino <draco at marino.st>
Date:   Thu Jan 17 14:33:50 2013 +0100

    flex cleanup, silence errors
    
    On the poudriere jail build, it was impossible to build world due to
    flex errors.  I don't know what is different about the environments --
    perhaps one has -Werror and the other doesn't.
    
    In any case, the new flex makes a lot of complaints due to internally
    generated functions, etc, and this cleans them all up at once.

Summary of changes:
 contrib/libpcap/scanner.l        |  4 ++--
 libexec/dma/aliases_scan.l       |  5 ++---
 sbin/devd/token.l                |  6 ++++--
 usr.bin/bc/scan.l                |  4 ++--
 usr.bin/colldef/Makefile         |  3 +--
 usr.bin/colldef/scan.l           |  6 +++---
 usr.bin/flex/Makefile            |  2 +-
 usr.bin/m4/tokenizer.l           |  2 +-
 usr.bin/mkcsmapper/ldef.h        |  4 +---
 usr.bin/mkcsmapper/lex.l         | 13 +++++++------
 usr.bin/mkcsmapper/yacc.y        |  5 +++--
 usr.bin/mkesdb/ldef.h            |  4 +---
 usr.bin/mkesdb/lex.l             | 13 +++++++------
 usr.bin/mkesdb/yacc.y            |  5 +++--
 usr.bin/mklocale/lex.l           |  3 +--
 usr.sbin/apmd/apmdlex.l          |  8 ++++----
 usr.sbin/bthcid/lexer.l          |  5 ++---
 usr.sbin/config/config.h         |  1 -
 usr.sbin/config/config.y         |  1 +
 usr.sbin/config/lang.l           |  7 +++----
 usr.sbin/kbdcontrol/kbdcontrol.c |  2 ++
 usr.sbin/kbdcontrol/lex.h        |  2 --
 usr.sbin/kbdcontrol/lex.l        |  7 ++++---
 usr.sbin/ndiscvt/inf-token.l     |  7 ++++---
 usr.sbin/rrenumd/lexer.l         |  7 ++++---
 usr.sbin/setkey/Makefile         |  3 +--
 usr.sbin/setkey/token.l          |  7 ++++---
 27 files changed, 68 insertions(+), 68 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eb74dec6d3e149ba4664e0a003391abf9854b088


-- 
DragonFly BSD source repository



More information about the Commits mailing list