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

Commit5eed835

Browse files
committed
Indenting #if commands is not portable, is it?
1 parentea10ec1 commit5eed835

File tree

1 file changed

+3
-3
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+3
-3
lines changed

‎src/interfaces/ecpg/preproc/pgc.l

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*
1414
* IDENTIFICATION
15-
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.88 2002/03/15 21:46:59 momjian Exp $
15+
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.89 2002/03/24 18:22:21 tgl Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -338,10 +338,10 @@ cppline{space}*#(.*\\{space})*.*
338338
errno =0;
339339
val =strtol(literalbuf, &endptr,16);
340340
if (*endptr !='\0' || errno == ERANGE
341-
#ifdef HAVE_LONG_INT_64
341+
#ifdef HAVE_LONG_INT_64
342342
/* if long > 32 bits, check for overflow of int4 */
343343
|| val != (long) ((int32) val)
344-
#endif
344+
#endif
345345
)
346346
mmerror(PARSE_ERROR, ET_ERROR,"Bad hexadecimal integer input");
347347
yylval.ival = val;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp