Skip to content

Commit 6f9afc3

Browse files
committed
In pgrminclude, add code to skip includes with a marker comment.
1 parent 4399e81 commit 6f9afc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/pginclude/pgrminclude

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ do
2222

2323
# loop through all includes
2424
cat "$FILE" | grep "^#include" |
25+
grep -v '/\* *pgrminclude *ignore *\*/' |
2526
sed 's/^#include[ ]*[<"]\([^>"]*\).*$/\1/g' |
2627
while read INCLUDE
2728
do

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy