We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a56a38 commit 910725bCopy full SHA for 910725b
src/tools/pginclude/pgrminclude
@@ -13,7 +13,7 @@ while read FILE
13
do
14
# Skip files with #if and #ifdef blocks because the blocks
15
# might contain code that is not compiled on this platform.
16
- grep -q '^if' "$FILE" && continue
+ grep -q '^#if' "$FILE" && continue
17
18
if [ `expr $FILE : '.*\.h$'` -ne 0 ]
19
then IS_INCLUDE="Y"
0 commit comments