1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-08 00:47:37 +03:00

Let's hope this fixes the "bug" that was introduced

This commit is contained in:
Marc G. Fournier
1997-09-13 16:27:13 +00:00
parent 48fd8b3e8f
commit ba0b03de2e
3 changed files with 0 additions and 0 deletions

View File

@@ -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,