8000
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 f61f01f commit 54485d9Copy full SHA for 54485d9
src/tools/pginclude/README
@@ -1,13 +1,15 @@
1
-These utilities help clean up #include file usage:
+These utilities help clean up #include file usage. They should be run
2
+in this order so that the include files have the proper includes before
3
+the C files are tested.
4
5
pgfixinclude change #include's to <> or ""
6
-pgrminclude [-v]
- remove extra #include's
7
-
8
pgcompinclude [-v]
9
report which #include files can not compile on their own
10
+pgrminclude [-v]
11
+ remove extra #include's
12
+
13
pgdefine create macro calls for all defines in the file (used by
14
the above routines)
15
0 commit comments