You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/tools/pgindent.dir/indent.bsd.patch

23 lines
422 B

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,