~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to plugin/innobase/pars/pars0lex.c

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
typedef unsigned char flex_uint8_t; 
56
56
typedef unsigned short int flex_uint16_t;
57
57
typedef unsigned int flex_uint32_t;
 
58
#endif /* ! C99 */
58
59
 
59
60
/* Limits of integral types. */
60
61
#ifndef INT8_MIN
85
86
#define UINT32_MAX             (4294967295U)
86
87
#endif
87
88
 
88
 
#endif /* ! C99 */
89
 
 
90
89
#endif /* ! FLEXINT_H */
91
90
 
92
91
#ifdef __cplusplus
143
142
 
144
143
/* Size of default input buffer. */
145
144
#ifndef YY_BUF_SIZE
146
 
#ifdef __ia64__
147
 
/* On IA-64, the buffer size is 16k, not 8k.
148
 
 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
149
 
 * Ditto for the __ia64__ case accordingly.
150
 
 */
151
 
#define YY_BUF_SIZE 32768
152
 
#else
153
145
#define YY_BUF_SIZE 16384
154
 
#endif /* __ia64__ */
155
146
#endif
156
147
 
157
148
/* The state buf must be large enough to hold one state per character in the main buffer.
773
764
 
774
765
 
775
766
 
776
 
#line 776 "plugin/innobase/pars/pars0lex.c"
 
767
#line 767 "plugin/innobase/pars/pars0lex.c"
777
768
 
778
769
#define INITIAL 0
779
770
#define comment 1
855
846
 
856
847
/* Amount of stuff to slurp up with each read. */
857
848
#ifndef YY_READ_BUF_SIZE
858
 
#ifdef __ia64__
859
 
/* On IA-64, the buffer size is 16k, not 8k */
860
 
#define YY_READ_BUF_SIZE 16384
861
 
#else
862
849
#define YY_READ_BUF_SIZE 8192
863
 
#endif /* __ia64__ */
864
850
#endif
865
851
 
866
852
/* Copy whatever the last rule matched to the standard output. */
879
865
        if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
880
866
                { \
881
867
                int c = '*'; \
882
 
                size_t n; \
 
868
                unsigned n; \
883
869
                for ( n = 0; n < max_size && \
884
870
                             (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
885
871
                        buf[n] = (char) c; \
964
950
#line 93 "plugin/innobase/pars/pars0lex.l"
965
951
 
966
952
 
967
 
#line 967 "plugin/innobase/pars/pars0lex.c"
 
953
#line 953 "plugin/innobase/pars/pars0lex.c"
968
954
 
969
955
        if ( !(yy_init) )
970
956
                {
1966
1952
#line 649 "plugin/innobase/pars/pars0lex.l"
1967
1953
YY_FATAL_ERROR( "flex scanner jammed" );
1968
1954
        YY_BREAK
1969
 
#line 1969 "plugin/innobase/pars/pars0lex.c"
 
1955
#line 1955 "plugin/innobase/pars/pars0lex.c"
1970
1956
case YY_STATE_EOF(INITIAL):
1971
1957
case YY_STATE_EOF(comment):
1972
1958
case YY_STATE_EOF(quoted):