Skip to content

Commit bc036a0

Browse files
committed
Put back erroneously-removed definition of 'defines' variable.
1 parent a6a7031 commit bc036a0

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
int ret_value = OK, autocommit = 0;
15+
struct _include_path *include_paths = NULL;
1616
struct cursor *cur = NULL;
1717
struct typedefs *types = NULL;
18+
struct _defines *defines = NULL;
19+
1820

1921
static void
2022
usage(char *progname)

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