]> granicus.if.org Git - postgresql/blobdiff - src/tools/find_badmacros
MSVC: Exclude 'brin' contrib module
[postgresql] / src / tools / find_badmacros
index 1195e6318255867e5f986acc84ef5d0d3490b6c6..58f43086e9a4e8ab037e9091daab8185bbe46d96 100755 (executable)
@@ -3,7 +3,7 @@
 # This script attempts to find bad ifdef's, i.e. ifdef's that use braces
 # but not the do { ... } while (0) syntax
 #
-# $PostgreSQL: pgsql/src/tools/find_badmacros,v 1.3 2010/08/19 05:57:35 petere Exp $
+# src/tools/find_badmacros
 #
 # This is useful for running before pgindent