mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
--- src/usr.bin/config/scan.l.orig 2020-08-29 04:30:42 UTC
|
|
+++ src/usr.bin/config/scan.l
|
|
@@ -108,6 +108,7 @@ static int endinclude(void);
|
|
static int getincludepath(void);
|
|
static int getcurifdef(void);
|
|
|
|
+SLIST_HEAD(, prefix) curdirs; /* curdir stack */
|
|
|
|
%}
|
|
|