We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e13743 commit 5840db2Copy full SHA for 5840db2
src/tools/pgindent/indent.bsd.patch
@@ -24,6 +24,27 @@ to 1000. The second patch allows it to understand 0x7fU and 0LL constants.
24
"switch", 1,
25
"case", 2,
26
27
+*** ./lexi.c.orig Wed May 26 10:50:54 1999
28
+--- ./lexi.c Wed May 26 10:51:08 1999
29
+***************
30
+*** 186,192 ****
31
+ *e_token++ = *buf_ptr++;
32
+ }
33
34
+! if (*buf_ptr == 'L' || *buf_ptr == 'l')
35
36
37
+ else
38
+--- 186,193 ----
39
40
41
42
+! if (*buf_ptr == 'L' || *buf_ptr == 'U' ||
43
+! *buf_ptr == 'l' || *buf_ptr == 'u')
44
45
46
47
+
48
*** ./lexi.c.orig Wed Apr 18 17:15:17 2001
49
--- ./lexi.c Mon Sep 3 19:05:17 2001
50
***************
0 commit comments