Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Nov 2010 10:53:50 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/lex flex.skl initscan.c src/usr.bin/yacc defs.h skeleton.c
Message-ID:  <201011042110.oA4LArv5021675@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
uqs         2010-11-04 10:53:50 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    usr.bin/lex          flex.skl initscan.c 
    usr.bin/yacc         defs.h skeleton.c 
  Log:
  SVN rev 214779 on 2010-11-04 10:53:50Z by uqs
  
  MFC r200626,201289,213764,214272, syncing yacc and flex to -CURRENT
  
  r200626:
  remove external reference to not (or at least no longer) existing variable 'myname'
  
  r201289:
  Let both yacc and lex generate code that passes -Wold-style-definition.
  
  Both these tools emit code where several functions have no `void'
  keyword placed in the arugment list when the function has no arguments.
  
  r213764:
  Don't define the input() function ifdef YY_NO_INPUT.
  This was previously done for the input() function.
  
  r214272:
  flex: add missing ifdef magic to create/hide prototypes
  This unbreaks build for some software with higher WARNS flags.
  
  Revision  Changes    Path
  1.10.2.2  +24 -0     src/usr.bin/lex/flex.skl
  1.10.2.2  +3 -3      src/usr.bin/lex/initscan.c
  1.13.2.2  +0 -1      src/usr.bin/yacc/defs.h
  1.39.2.2  +4 -0      src/usr.bin/yacc/skeleton.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011042110.oA4LArv5021675>