Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 1998 23:35:37 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/lex lex.1 main.c
Message-ID:  <199808140635.XAA21538@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1998/08/13 23:35:37 PDT

  Modified files:
    usr.bin/lex          lex.1 main.c 
  Log:
  /usr/src/usr.bin/lex/Makefile puts FlexLexer.h into /usr/include/g++,
  but flex still generates "#include <FlexLexer.h".  As a result,
  C++ sources flex generates failed to be compiled.
  
  PR:		7575
  Reviewed by:	phk
  Submitted by:	MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
  
  Revision  Changes    Path
  1.7       +1 -1      src/usr.bin/lex/lex.1
  1.4       +2 -2      src/usr.bin/lex/main.c



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