File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ RUN echo 'export CLASSPATH=:/usr/lib/opensourcecobol4j/libcobj.jar' >> ~/.bashrc
9
9
# install dependencies
10
10
RUN dnf update -y
11
11
RUN dnf install -y epel-release
12
- RUN dnf install -y gcc make bison flex automake autoconf diffutils gettext java-21-openjdk-devel git-clang-format cppcheck libtool gettext-devel
12
+ RUN dnf install -y gcc make bison flex automake autoconf diffutils gettext java-21-openjdk-devel git-clang-format cppcheck libtool gettext-devel unzip
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