Deleted Added
full compact
token.l (244390) token.l (252181)
1%{
2/*-
3 * Copyright (c) 2012 The FreeBSD Foundation
4 * All rights reserved.
5 *
6 * This software was developed by Pawel Jakub Dawidek under sponsorship from
7 * the FreeBSD Foundation.
8 *

--- 38 unchanged lines hidden (view full) ---

47#define SECTION_SENDER 1
48#define SECTION_RECEIVER 2
49
50int cursection;
51int depth;
52int lineno;
53
54#define DP do { } while (0)
1%{
2/*-
3 * Copyright (c) 2012 The FreeBSD Foundation
4 * All rights reserved.
5 *
6 * This software was developed by Pawel Jakub Dawidek under sponsorship from
7 * the FreeBSD Foundation.
8 *

--- 38 unchanged lines hidden (view full) ---

47#define SECTION_SENDER 1
48#define SECTION_RECEIVER 2
49
50int cursection;
51int depth;
52int lineno;
53
54#define DP do { } while (0)
55#define YY_DECL int yylex(void)
55%}
56
57%option noinput
58%option nounput
59%option noyywrap
60
61%%
62certfile { DP; return CERTFILE; }

--- 21 unchanged lines hidden ---
56%}
57
58%option noinput
59%option nounput
60%option noyywrap
61
62%%
63certfile { DP; return CERTFILE; }

--- 21 unchanged lines hidden ---