Skip to content

Commit b6d5fce

Browse files
committed
Add missing extern.h file
1 parent b7c0d48 commit b6d5fce

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/interfaces/ecpg/preproc/extern.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/* variables */
2+
3+
extern int debugging, braces_open;
4+
extern char * yytext;
5+
extern int yylineno, yyleng;
6+
extern FILE *yyin, *yyout;
7+
8+
9+
/* functions */
10+
11+
extern void lex_init(void);
12+
extern char * input_filename;
13+
extern int yyparse(void);

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