File tree 3 files changed +3
-9
lines changed
3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ concurrency:
17
17
permissions :
18
18
contents : read
19
19
20
- env :
21
- CLASSPATH : " :/usr/lib/opensourcecobol4j/libcobj.jar"
22
-
23
20
jobs :
24
21
check-workflows :
25
22
uses : ./.github/workflows/check-workflows.yml
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ concurrency:
16
16
permissions :
17
17
contents : read
18
18
19
- env :
20
- CLASSPATH : " :/usr/lib/opensourcecobol4j/libcobj.jar"
21
-
22
19
jobs :
23
20
check-workflows :
24
21
uses : ./.github/workflows/check-workflows.yml
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ typedef unsigned int flex_uint32_t;
379
379
* to BEGIN to return to the state. The YYSTATE alias is for lex
380
380
* compatibility.
381
381
*/
382
- #define YY_START (((yy_start) - 1) / 2)
382
+ #define YY_START (((yy_start)- 1) / 2)
383
383
#define YYSTATE YY_START
384
384
/* Action number for EOF rule of a given start state. */
385
385
#define YY_STATE_EOF (state ) (YY_END_OF_BUFFER + state + 1)
@@ -2632,8 +2632,8 @@ YY_DECL {
2632
2632
default :
2633
2633
YY_FATAL_ERROR ("fatal flex scanner internal error--no action found" );
2634
2634
} /* end of action switch */
2635
- } /* end of scanning one token */
2636
- } /* end of user's declarations */
2635
+ } /* end of scanning one token */
2636
+ } /* end of user's declarations */
2637
2637
} /* end of yylex */
2638
2638
2639
2639
/* yy_get_next_buffer - try to read in a new buffer
You can’t perform that action at this time.
0 commit comments