Thanks to visit codestin.com Credit goes to github.com
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 7741dd6 commit 84bbe57Copy full SHA for 84bbe57
src/tools/pginclude/pgrminclude
@@ -1,6 +1,18 @@
1
:
2
# remove extra #include's
3
4
+# Limitations: 2011-09-24
5
+#
6
+# Pgrminclude, when processing header files, can cause includes to be
7
+# removed that require the addition of new illogical header files.
8
+# This is dependent on what order the header files are processed.
9
+# Manual review of header files now needed to satisfy pgcompinclude is
10
+# required.
11
12
+# C program files that have #ifdef blocks that contain code that cannot
13
+# be compiled on the platform from which pgrminclude is run cannot be
14
+# processed, and are skipped.
15
+
16
if ! pgdefine
17
then echo "pgdefine must be in your PATH" 1>&2
18
exit 1
0 commit comments