Home
last modified time | relevance | path

Searched refs:YYPATCH (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/byacc/
H A Dyaccpar.c26 #ifdef YYPATCH
27 CONCAT1("#define YYPATCH ", YYPATCH),
H A Dbtyaccpar.c26 #ifdef YYPATCH
27 CONCAT1("#define YYPATCH ", YYPATCH),
H A Dskel2c20 printf "#ifdef YYPATCH\n";
21 printf " CONCAT1(\"#define YYPATCH \", YYPATCH),\n";
H A Ddefs.h26 #ifdef YYPATCH
27 #define VSTRING(a,b) CONCAT2(a,b) CONCAT1(" ",YYPATCH)
H A DCHANGES3202 use a better renaming of the YYPATCH definition (none of the test-cases rely
3330 YYPATCH #define's to make test-outputs easier to compare #line's (report
5565 filter out lines with YYPATCH, since that will change with each update
5575 add YYPATCH here so it can be tested by applications.
5579 YYPATCH symbols.
5587 the VERSION file holds the patch-date. Define YYPATCH, so this will be
/freebsd/usr.bin/yacc/
H A DMakefile14 YYPATCH!= cat ${BYACC_SRC}/VERSION macro
15 CFLAGS+= -DYYPATCH=${YYPATCH}
/freebsd/contrib/libpcap/
H A Dgrammar.y.in115 * The 2005-05-05 release was the first one to define YYPATCH, so
116 * we treat any release that either 1) doesn't define YYPATCH or
119 #if defined(YYBYACC) && (!defined(YYPATCH) || YYPATCH < 20170709)
/freebsd/usr.bin/lex/
H A Dinitparse.c7 #define YYPATCH 20200330 macro