1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
R. Imura
f4001e4a49 Fix new compiler error in -current.
Submitted by:		Alexander Langer <alex@big.endian.de>
All no response from:	maintainer
2000-02-12 19:17:21 +00:00
Steve Price
fedb27dedb We haven't for a long time (if ever) had to call g++ with -lg++ to compile
a program so remove it and fix the build for all -current machines.
1999-09-27 02:03:53 +00:00
Eivind Eklund
a070b1eb31 Initial import of re2c, a program to compile regular expression to C.
This is basically the same concept as lex, except this time it doesn't
turn your code inside out, and it generates actual C code to parse the
expressions (not tables), and the resulting code is usually about 2
times faster than flex.
1998-05-16 17:41:25 +00:00