diff options
Diffstat (limited to 'src/tools/find_typedef')
-rwxr-xr-x | src/tools/find_typedef | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/find_typedef b/src/tools/find_typedef index 4e1ca88d96b..838c29b8814 100755 --- a/src/tools/find_typedef +++ b/src/tools/find_typedef @@ -1,6 +1,6 @@ #!/bin/sh -# $PostgreSQL: pgsql/src/tools/find_typedef,v 1.16 2009/06/12 03:09:07 momjian Exp $ +# src/tools/find_typedef # This script attempts to find all typedef's in the postgres binaries # by using 'nm' to report all typedef debugging symbols. |