Skip to content
Snippets Groups Projects
Commit d540a9a6 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update include cleaning scripts.

parent 8e6697fc
No related branches found
No related tags found
No related merge requests found
These utilities help clean up #include file usage:
pgfixinclude change #include's to <> or ""
pgrminclude remove extra #include's
pginclude [-v] report which #include files can not compile on their own
pgrminclude [-v]
remove extra #include's
pgcompinclude [-v]
report which #include files can not compile on their own
pgdefine create macro calls for all defines in the file (used by
the above routines)
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment