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 62bc4de commit 0498b6aCopy full SHA for 0498b6a
src/backend/port/snprintf.c
@@ -38,6 +38,8 @@
38
39
# include "postgres.h"
40
41
+# include "regex/cdefs.h"
42
+
43
# include <stdarg.h>
44
# define VA_LOCAL_DECL va_list args;
45
# define VA_START(f) va_start(args, f)
@@ -68,7 +70,7 @@
68
70
* causing nast effects.
69
71
**************************************************************/
72
-/*static char _id[] = "$Id: snprintf.c,v 1.5 1998/09/10 04:11:52 vadim Exp $";*/
73
+/*static char _id[] = "$Id: snprintf.c,v 1.6 1998/09/18 05:20:22 momjian Exp $";*/
74
static char *end;
75
static int SnprfOverflow;
76
0 commit comments