From ba0b03de2e8ef517010f77709eac6de20371d0f3 Mon Sep 17 00:00:00 2001 From: Marc G. Fournier Date: Sat, 13 Sep 1997 16:27:13 +0000 Subject: Let's hope this fixes the "bug" that was introduced --- src/tools/pgindent/indent.bsd.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/tools/pgindent/indent.bsd.patch (limited to 'src/tools/pgindent/indent.bsd.patch') diff --git a/src/tools/pgindent/indent.bsd.patch b/src/tools/pgindent/indent.bsd.patch new file mode 100644 index 00000000000..ba5d4756f44 --- /dev/null +++ b/src/tools/pgindent/indent.bsd.patch @@ -0,0 +1,23 @@ + +This increases the number of typedef's understood by BSD indent from 100 +to 1000. + +*** ./lexi.c.orig Mon Sep 8 17:55:47 1997 +--- ./lexi.c Mon Sep 8 17:02:10 1997 +*************** +*** 58,64 **** + int rwcode; + }; + +! struct templ specials[100] = + { + "switch", 1, + "case", 2, +--- 58,64 ---- + int rwcode; + }; + +! struct templ specials[1000] = + { + "switch", 1, + "case", 2, -- cgit v1.2.3