Commit d540a9a6 authored by Bruce Momjian's avatar Bruce Momjian

Update include cleaning scripts.

parent 8e6697fc
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment