File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
#include " cubedata.h"
12
12
13
- #undef yylex /* falure to redefine yylex will result in a call to the */
13
+ #undef yylex /* failure to redefine yylex will result in a call to the */
14
14
#define yylex cube_yylex /* wrong scanner when running inside the postgres backend */
15
15
16
16
extern int yylex (void ); /* defined as cube_yylex in cubescan.l */
Original file line number Diff line number Diff line change 7
7
8
8
#include " segdata.h"
9
9
10
- #undef yylex /* falure to redefine yylex will result in calling the */
10
+ #undef yylex /* failure to redefine yylex will result in calling the */
11
11
#define yylex seg_yylex /* wrong scanner when running inside postgres backend */
12
12
13
13
extern int yylex (void ); /* defined as seg_yylex in segscan.l */
You can’t perform that action at this time.
0 commit comments