Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd6166a5

Browse files
author
Michael Meskes
committed
Make sure ecpg uses the same header files in the same order as the backend.
1 parent4d17a21 commitd6166a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/interfaces/ecpg/test/expected/pgtypeslib-nan_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#line 1 "nan_test.pgc"
1010
#include<stdio.h>
1111
#include<stdlib.h>
12-
#include<math.h>
1312
#include<float.h>
13+
#include<math.h>
1414
#include<pgtypes_numeric.h>
1515
#include<decimal.h>
1616

‎src/interfaces/ecpg/test/pgtypeslib/nan_test.pgc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <stdio.h>
22
#include <stdlib.h>
3-
#include <math.h>
43
#include <float.h>
4+
#include <math.h>
55
#include <pgtypes_numeric.h>
66
#include <decimal.h>
77

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp