Skip to content

Commit

Permalink
配布のための中間生成ファイルの更新です。
Browse files Browse the repository at this point in the history
update intermediate files for dist.
  • Loading branch information
kztanaka committed Dec 26, 2013
1 parent c78d5bb commit 08361d6
Show file tree
Hide file tree
Showing 13 changed files with 30,764 additions and 35,105 deletions.
28 changes: 7 additions & 21 deletions cobc/pplex.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ typedef int flex_int32_t;
typedef unsigned char flex_uint8_t;
typedef unsigned short int flex_uint16_t;
typedef unsigned int flex_uint32_t;
#endif /* ! C99 */

/* Limits of integral types. */
#ifndef INT8_MIN
Expand Down Expand Up @@ -103,8 +104,6 @@ typedef unsigned int flex_uint32_t;
#define UINT32_MAX (4294967295U)
#endif

#endif /* ! C99 */

#endif /* ! FLEXINT_H */

#ifdef __cplusplus
Expand Down Expand Up @@ -161,15 +160,7 @@ typedef unsigned int flex_uint32_t;

/* Size of default input buffer. */
#ifndef YY_BUF_SIZE
#ifdef __ia64__
/* On IA-64, the buffer size is 16k, not 8k.
* Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
* Ditto for the __ia64__ case accordingly.
*/
#define YY_BUF_SIZE 32768
#else
#define YY_BUF_SIZE 16384
#endif /* __ia64__ */
#endif

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


#line 982 "pplex.c"
#line 973 "pplex.c"

#define INITIAL 0
#define PROCESS_STATE 1
Expand Down Expand Up @@ -1062,12 +1053,7 @@ static int input (void );

/* Amount of stuff to slurp up with each read. */
#ifndef YY_READ_BUF_SIZE
#ifdef __ia64__
/* On IA-64, the buffer size is 16k, not 8k */
#define YY_READ_BUF_SIZE 16384
#else
#define YY_READ_BUF_SIZE 8192
#endif /* __ia64__ */
#endif

/* Copy whatever the last rule matched to the standard output. */
Expand All @@ -1086,7 +1072,7 @@ static int input (void );
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
size_t n; \
unsigned n; \
for ( n = 0; n < max_size && \
(c = getc( ppin )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \
Expand Down Expand Up @@ -1177,7 +1163,7 @@ YY_DECL



#line 1181 "pplex.c"
#line 1167 "pplex.c"

if ( !(yy_init) )
{
Expand Down Expand Up @@ -1594,7 +1580,7 @@ YY_RULE_SETUP
#line 280 "pplex.l"
YY_FATAL_ERROR( "flex scanner jammed" );
YY_BREAK
#line 1598 "pplex.c"
#line 1584 "pplex.c"

case YY_END_OF_BUFFER:
{
Expand Down Expand Up @@ -2350,8 +2336,8 @@ YY_BUFFER_STATE pp_scan_string (yyconst char * yystr )

/** Setup the input buffer state to scan the given bytes. The next call to pplex() will
* scan from a @e copy of @a bytes.
* @param yybytes the byte buffer to scan
* @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
* @param bytes the byte buffer to scan
* @param len the number of bytes in the buffer pointed to by @a bytes.
*
* @return the newly allocated buffer state object.
*/
Expand Down
2 changes: 1 addition & 1 deletion config/mf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ relax-level-hierarchy: yes

move-noninteger-to-alphanumeric: warning

assign_external: yes
assign_external: yes
Loading

0 comments on commit 08361d6

Please sign in to comment.