Commit 5840db21 authored by Bruce Momjian's avatar Bruce Momjian

Add back incremental patch for BSD indent.

parent 7e137432
......@@ -24,6 +24,27 @@ to 1000. The second patch allows it to understand 0x7fU and 0LL constants.
"switch", 1,
"case", 2,
*** ./lexi.c.orig Wed May 26 10:50:54 1999
--- ./lexi.c Wed May 26 10:51:08 1999
***************
*** 186,192 ****
*e_token++ = *buf_ptr++;
}
}
! if (*buf_ptr == 'L' || *buf_ptr == 'l')
*e_token++ = *buf_ptr++;
}
else
--- 186,193 ----
*e_token++ = *buf_ptr++;
}
}
! if (*buf_ptr == 'L' || *buf_ptr == 'U' ||
! *buf_ptr == 'l' || *buf_ptr == 'u')
*e_token++ = *buf_ptr++;
}
else
*** ./lexi.c.orig Wed Apr 18 17:15:17 2001
--- ./lexi.c Mon Sep 3 19:05:17 2001
***************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment