Skip to content

Commit 08361d6

Browse files
committed
配布のための中間生成ファイルの更新です。
update intermediate files for dist.
1 parent c78d5bb commit 08361d6

File tree

13 files changed

+30764
-35105
lines changed

13 files changed

+30764
-35105
lines changed

cobc/pplex.c

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ typedef int flex_int32_t;
7373
typedef unsigned char flex_uint8_t;
7474
typedef unsigned short int flex_uint16_t;
7575
typedef unsigned int flex_uint32_t;
76+
#endif /* ! C99 */
7677

7778
/* Limits of integral types. */
7879
#ifndef INT8_MIN
@@ -103,8 +104,6 @@ typedef unsigned int flex_uint32_t;
103104
#define UINT32_MAX (4294967295U)
104105
#endif
105106

106-
#endif /* ! C99 */
107-
108107
#endif /* ! FLEXINT_H */
109108

110109
#ifdef __cplusplus
@@ -161,15 +160,7 @@ typedef unsigned int flex_uint32_t;
161160

162161
/* Size of default input buffer. */
163162
#ifndef YY_BUF_SIZE
164-
#ifdef __ia64__
165-
/* On IA-64, the buffer size is 16k, not 8k.
166-
* Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
167-
* Ditto for the __ia64__ case accordingly.
168-
*/
169-
#define YY_BUF_SIZE 32768
170-
#else
171163
#define YY_BUF_SIZE 16384
172-
#endif /* __ia64__ */
173164
#endif
174165

175166
/* The state buf must be large enough to hold one state per character in the main buffer.
@@ -978,7 +969,7 @@ static void switch_to_buffer (const int lineno, const char *filename,
978969
YY_BUFFER_STATE buffer);
979970

980971

981-
#line 982 "pplex.c"
972+
#line 973 "pplex.c"
982973

983974
#define INITIAL 0
984975
#define PROCESS_STATE 1
@@ -1062,12 +1053,7 @@ static int input (void );
10621053

10631054
/* Amount of stuff to slurp up with each read. */
10641055
#ifndef YY_READ_BUF_SIZE
1065-
#ifdef __ia64__
1066-
/* On IA-64, the buffer size is 16k, not 8k */
1067-
#define YY_READ_BUF_SIZE 16384
1068-
#else
10691056
#define YY_READ_BUF_SIZE 8192
1070-
#endif /* __ia64__ */
10711057
#endif
10721058

10731059
/* Copy whatever the last rule matched to the standard output. */
@@ -1086,7 +1072,7 @@ static int input (void );
10861072
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
10871073
{ \
10881074
int c = '*'; \
1089-
size_t n; \
1075+
unsigned n; \
10901076
for ( n = 0; n < max_size && \
10911077
(c = getc( ppin )) != EOF && c != '\n'; ++n ) \
10921078
buf[n] = (char) c; \
@@ -1177,7 +1163,7 @@ YY_DECL
11771163

11781164

11791165

1180-
#line 1181 "pplex.c"
1166+
#line 1167 "pplex.c"
11811167

11821168
if ( !(yy_init) )
11831169
{
@@ -1594,7 +1580,7 @@ YY_RULE_SETUP
15941580
#line 280 "pplex.l"
15951581
YY_FATAL_ERROR( "flex scanner jammed" );
15961582
YY_BREAK
1597-
#line 1598 "pplex.c"
1583+
#line 1584 "pplex.c"
15981584

15991585
case YY_END_OF_BUFFER:
16001586
{
@@ -2350,8 +2336,8 @@ YY_BUFFER_STATE pp_scan_string (yyconst char * yystr )
23502336

23512337
/** Setup the input buffer state to scan the given bytes. The next call to pplex() will
23522338
* scan from a @e copy of @a bytes.
2353-
* @param yybytes the byte buffer to scan
2354-
* @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
2339+
* @param bytes the byte buffer to scan
2340+
* @param len the number of bytes in the buffer pointed to by @a bytes.
23552341
*
23562342
* @return the newly allocated buffer state object.
23572343
*/

config/mf.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ relax-level-hierarchy: yes
2323

2424
move-noninteger-to-alphanumeric: warning
2525

26-
assign_external: yes
26+
assign_external: yes

0 commit comments

Comments
 (0)