Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2000 08:01:18 -0700 (PDT)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/yacc output.c
Message-ID:  <200009071501.IAA47310@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
n_hibma     2000/09/07 08:01:18 PDT

  Modified files:
    usr.bin/yacc         output.c 
  Log:
  Fix breakage introduced in rev.1.7. yystacksize and yysslim are global and
  should be prefixed by YYPREFIX as well.
  
  Only relevant if -p <yyprefix> is used. Used in cases where multiple parsers
  are used in executable.
  
  Revision  Changes    Path
  1.14      +5 -1      src/usr.bin/yacc/output.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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