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

Commitbc036a0

Browse files
committed
Put back erroneously-removed definition of 'defines' variable.
1 parenta6a7031 commitbc036a0

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

‎src/interfaces/ecpg/preproc/ecpg.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111

1212
#include"extern.h"
1313

14-
struct_include_path*include_paths;
1514
intret_value=OK,autocommit=0;
15+
struct_include_path*include_paths=NULL;
1616
structcursor*cur=NULL;
1717
structtypedefs*types=NULL;
18+
struct_defines*defines=NULL;
19+
1820

1921
staticvoid
2022
usage(char*progname)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp