Skip to content

Commit 858dc6d

Browse files
author
Michael Meskes
committed
Removed more inttypes.h stuff.
1 parent ee0b602 commit 858dc6d

File tree

6 files changed

+390
-412
lines changed

6 files changed

+390
-412
lines changed

src/interfaces/ecpg/test/compat_informix/sqlda.pgc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <stdlib.h>
22
#include <string.h>
3-
#include <inttypes.h>
3+
#include <limits.h>
44

55
exec sql include ../regression;
66

@@ -36,9 +36,6 @@ dump_sqlda(sqlda_t *sqlda)
3636
case SQLINT:
3737
printf("name sqlda descriptor: '%s' value %d\n", sqlda->sqlvar[i].sqlname, *(int *)sqlda->sqlvar[i].sqldata);
3838
break;
39-
case SQLINT8:
40-
printf("name sqlda descriptor: '%s' value %" PRId64 "\n", sqlda->sqlvar[i].sqlname, *(int64_t *)sqlda->sqlvar[i].sqldata);
41-
break;
4239
case SQLFLOAT:
4340
printf("name sqlda descriptor: '%s' value %lf\n", sqlda->sqlvar[i].sqlname, *(double *)sqlda->sqlvar[i].sqldata);
4441
break;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy