561*262=?????

Okeechobee news ( June 26, 2007 )This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu
It contains the difference between the new version and the
previous version of the same source package in Ubuntu.
Format: 1.8
Date: Tue, 24 Sep :19 +0200
Source: aide
Binary: aide aide-xen aide-dynamic aide-common
Architecture: source
Version: 0.15.1-8ubuntu2
Distribution: saucy
Urgency: low
Maintainer: Aide Maintainers &pkg-@lists.alioth.debian.org&
Changed-By: Matthias Klose &&
Description:
- Advanced Intrusion Detection Environment - static binary
aide-common - Advanced Intrusion Detection Environment - Common files
aide-dynamic - Advanced Intrusion Detection Environment - dynamic binary
- Advanced Intrusion Detection Environment - static binary for XEN
aide (0.15.1-8ubuntu2) urgency=low
* Explicitly link with -lpthread.
aide (0.15.1-8ubuntu1) urgency=low
* Fix build failure with bison 2.7.
Checksums-Sha1:
23fc083dcaa43f67ed97757ae0adb29a333e2ae8 1681 aide_0.15.1-8ubuntu2.dsc
44e99bc654b6b2e79975dcf262aaide_0.15.1-8ubuntu2.debian.tar.gz
Checksums-Sha256:
81548fde15d5efe1ec6216ddc87ea00f06fb5f676e498edac7e0d581ef1aide_0.15.1-8ubuntu2.dsc
f2cee2fe21a40ebd5ceda5efd09d2de445e1727baf 82010aide_0.15.1-8ubuntu2.debian.tar.gz
f6d87897a27aeaee1 admin optional aide_0.15.1-8ubuntu2.dsc
08c6fec3f227af0cdf9e 82010 admin optionalaide_0.15.1-8ubuntu2.debian.tar.gz
diff -pruN 0.15.1-8/debian/changelog 0.15.1-8ubuntu2/debian/changelog
--- 0.15.1-8/debian/changelog
23:12:18. +0000
+++ 0.15.1-8ubuntu2/debian/changelog
17:31:42. +0000
@@ -1,3 +1,15 @@
+aide (0.15.1-8ubuntu2) urgency=low
* Explicitly link with -lpthread.
+ -- Matthias Klose &&
Tue, 24 Sep :19 +0200
+aide (0.15.1-8ubuntu1) urgency=low
* Fix build failure with bison 2.7.
+ -- Matthias Klose &&
Tue, 24 Sep :34 +0200
aide (0.15.1-8) urgency=low
* 31_aide_samba:
diff -pruN 0.15.1-8/debian/patches/bison.diff0.15.1-8ubuntu2/debian/patches/bison.diff
--- 0.15.1-8/debian/patches/bison.diff
00:00:00. +0000
+++ 0.15.1-8ubuntu2/debian/patches/bison.diff
15:05:47.+0000
@@ -0,0 +1,52 @@
+Index: b/src/conf_lex.c
+===================================================================
+--- a/src/conf_lex.c
++++ b/src/conf_lex.c
+@@ -31,7 @@
+ #line 1 "conf_lex.l"
+ #line 14 "conf_lex.l"
+-#define YYDEBUG
++#define YYDEBUG 1
* Copyright (C) 04- Rami Lehti, Pablo Virolainen,Richard
+Index: b/src/conf_lex.l
+===================================================================
+--- a/src/conf_lex.l
++++ b/src/conf_lex.l
+@@ -12,7 +12,7 @@
+-#define YYDEBUG
++#define YYDEBUG 1
* Copyright (C) 04- Rami Lehti, Pablo Virolainen,Richard
+Index: b/src/db_lex.c
+===================================================================
+--- a/src/db_lex.c
++++ b/src/db_lex.c
+@@ -554,7 +554,7 @@
+ #define YY_DECL int db_scan(void)
+-#define YYDEBUG
++#define YYDEBUG 1
+ #include "aide.h"
+ #include "conf_yacc.h"
+Index: b/src/db_lex.l
+===================================================================
+--- a/src/db_lex.l
++++ b/src/db_lex.l
+@@ -45,7 +45,7 @@
+ #define YY_DECL int db_scan(void)
+-#define YYDEBUG
++#define YYDEBUG 1
+ #include "aide.h"
+ #include "conf_yacc.h"
diff -pruN 0.15.1-8/debian/patches/link-pthread.diff0.15.1-8ubuntu2/debian/patches/link-pthread.diff
--- 0.15.1-8/debian/patches/link-pthread.diff
00:00:00.+0000
+++ 0.15.1-8ubuntu2/debian/patches/link-pthread.diff 17:31:53. +0000
@@ -0,0 +1,13 @@
+Index: b/src/Makefile.am
+===================================================================
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -25,7 +25,7 @@
+ #AM_LFLAGS= -d
+ LEX_OUTPUT_ROOT = lex.yy
+-LDADD = -lm @CRYPTLIB@ @ACLLIB@ @SELINUXLIB@ @AUDITLIB@ @ATTRLIB@@E2FSATTRSLIB@ @ELFLIB@
++LDADD = -lm @CRYPTLIB@ @ACLLIB@ @SELINUXLIB@ @AUDITLIB@ @ATTRLIB@@E2FSATTRSLIB@ @ELFLIB@ -lpthread
+ AM_CFLAGS = @AIDE_DEFS@ -W -Wall -g
+ CLEANFILES = conf_yacc.h conf_yacc.c conf_lex.c db_lex.c *~
diff -pruN 0.15.1-8/debian/patches/series 0.15.1-8ubuntu2/debian/patches/series
--- 0.15.1-8/debian/patches/series
23:11:40. +0000
+++ 0.15.1-8ubuntu2/debian/patches/series
17:30:45. +0000
@@ -2,3 +2,5 @@
06-conf_yacc.y_conftext_declaration_fix.patch
07-db_file.c_missing_format_string_fix.patch
10-manpages.patch
+bison.diff
+link-pthread.diff
diff -pruN 0.15.1-8/.pc/applied-patches 0.15.1-8ubuntu2/.pc/applied-patches
--- 0.15.1-8/.pc/applied-patches
18:37:41. +0000
+++ 0.15.1-8ubuntu2/.pc/applied-patches
18:37:41. +0000
@@ -2,3 +2,5 @@
06-conf_yacc.y_conftext_declaration_fix.patch
07-db_file.c_missing_format_string_fix.patch
10-manpages.patch
+bison.diff
+link-pthread.diff
diff -pruN 0.15.1-8/.pc/bison.diff/src/conf_lex.c0.15.1-8ubuntu2/.pc/bison.diff/src/conf_lex.c
--- 0.15.1-8/.pc/bison.diff/src/conf_lex.c
00:00:00. +0000
+++ 0.15.1-8ubuntu2/.pc/bison.diff/src/conf_lex.c
04:38:54.+0000
@@ -0,0 +1,5411 @@
+#line 2 "conf_lex.c"
+#line 4 "conf_lex.c"
YY_INT_ALIGNED short int
+/* A lexical scanner generated by flex */
+#define yy_create_buffer conf_create_buffer
+#define yy_delete_buffer conf_delete_buffer
+#define yy_flex_debug conf_flex_debug
+#define yy_init_buffer conf_init_buffer
+#define yy_flush_buffer conf_flush_buffer
+#define yy_load_buffer_state conf_load_buffer_state
+#define yy_switch_to_buffer conf_switch_to_buffer
+#define yyin confin
+#define yyleng confleng
+#define yylex conflex
+#define yylineno conflineno
+#define yyout confout
+#define yyrestart confrestart
+#define yytext conftext
+#define yywrap confwrap
+#define yyalloc confalloc
+#define yyrealloc confrealloc
+#define yyfree conffree
+#define FLEX_SCANNER
+#define YY_FLEX_MAJOR_VERSION 2
+#define YY_FLEX_MINOR_VERSION 5
+#define YY_FLEX_SUBMINOR_VERSION 35
+#if YY_FLEX_SUBMINOR_VERSION & 0
+#define FLEX_BETA
+/* First, we deal with
platform-specific or compiler-specific issues. */
+/* begin standard C headers. */
+#include &stdio.h&
+#include &string.h&
+#include &errno.h&
+#include &stdlib.h&
+/* end standard C headers. */
+/* flex integer type definitions */
+#ifndef FLEXINT_H
+#define FLEXINT_H
+/* C99 systems have &inttypes.h&. Non-C99 systems may or may not. */
+#if defined (__STDC_VERSION__) && __STDC_VERSION__ &= 199901L
+/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
+ * if you want the limit (max/min) macros for int types.
+#ifndef __STDC_LIMIT_MACROS
+#define __STDC_LIMIT_MACROS 1
+#include &inttypes.h&
+typedef int8_t flex_int8_t;
+typedef uint8_t flex_uint8_t;
+typedef int16_t flex_int16_t;
+typedef uint16_t flex_uint16_t;
+typedef int32_t flex_int32_t;
+typedef uint32_t flex_uint32_t;
+typedef signed char flex_int8_t;
+typedef short int flex_int16_t;
+typedef int flex_int32_t;
+typedef unsigned char flex_uint8_t;
+typedef unsigned short int flex_uint16_t;
+typedef unsigned int flex_uint32_t;
+/* Limits of integral types. */
+#ifndef INT8_MIN
+#define INT8_MIN
+#ifndef INT16_MIN
+#define INT16_MIN
(-32767-1)
+#ifndef INT32_MIN
+#define INT32_MIN
+#ifndef INT8_MAX
+#define INT8_MAX
+#ifndef INT16_MAX
+#define INT16_MAX
+#ifndef INT32_MAX
+#define INT32_MAX
+#ifndef UINT8_MAX
+#define UINT8_MAX
+#ifndef UINT16_MAX
+#define UINT16_MAX
+#ifndef UINT32_MAX
+#define UINT32_MAX
+#endif /* ! C99 */
+#endif /* ! FLEXINT_H */
+#ifdef __cplusplus
+/* The "const" storage-class-modifier is valid. */
+#define YY_USE_CONST
+#else /* ! __cplusplus */
+/* C99 requires __STDC__ to be defined as 1. */
+#if defined (__STDC__)
+#define YY_USE_CONST
+#endif /* defined (__STDC__) */
+#endif /* ! __cplusplus */
+#ifdef YY_USE_CONST
+#define yyconst const
+#define yyconst
+/* Returned upon end-of-file. */
+#define YY_NULL 0
+/* Promotes a possibly negative, possibly signed char to an unsigned
+ * integer for use as an array index.
If the signed char is negative,
+ * we want to instead treat it as an 8-bit unsigned char, hence the
+ * double cast.
+#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
+/* Enter a start condition.
This macro really ought to take a parameter,
+ * but we do it the disgusting crufty way forced on us by the ()-less
+ * definition of BEGIN.
+#define BEGIN (yy_start) = 1 + 2 *
+/* Translate the current start state into a value that can be later handed
+ * to BEGIN to return to the state.
The YYSTATE alias is for lex
+ * compatibility.
+#define YY_START (((yy_start) - 1) / 2)
+#define YYSTATE YY_START
+/* Action number for EOF rule of a given start state. */
+#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
+/* Special action meaning "start processing a new file". */
+#define YY_NEW_FILE confrestart(confin
+#define YY_END_OF_BUFFER_CHAR 0
+/* 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
+#define YY_BUF_SIZE 16384
+#endif /* __ia64__ */
+/* The state buf must be large enough to hold one state per character in themain buffer.
+#define YY_STATE_BUF_SIZE
((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
+#ifndef YY_TYPEDEF_YY_BUFFER_STATE
+#define YY_TYPEDEF_YY_BUFFER_STATE
+typedef struct yy_buffer_state *YY_BUFFER_STATE;
+extern FILE *confin, *
+#define EOB_ACT_CONTINUE_SCAN 0
+#define EOB_ACT_END_OF_FILE 1
+#define EOB_ACT_LAST_MATCH 2
#define YY_LESS_LINENO(n)
+/* Return all but the first "n" matched characters back to the input stream. */
+#define yyless(n) \
/* Undo effects of setting up conftext. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
*yy_cp = (yy_hold_char); \
YY_RESTORE_YY_MORE_OFFSET \
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; /* set up conftext again */ \
+ while ( 0 )
+#define unput(c) yyunput( c, (yytext_ptr)
+#ifndef YY_TYPEDEF_YY_SIZE_T
+#define YY_TYPEDEF_YY_SIZE_T
+typedef size_t yy_size_t;
+#ifndef YY_STRUCT_YY_BUFFER_STATE
+#define YY_STRUCT_YY_BUFFER_STATE
+struct yy_buffer_state
+ FILE *yy_input_
+ char *yy_ch_
/* input buffer */
+ char *yy_buf_
/* current position in input buffer */
+ /* Size of input buffer in bytes, not including room for EOB
* characters.
+ yy_size_t yy_buf_
+ /* Number of characters read into yy_ch_buf, not including EOB
* characters.
+ int yy_n_
+ /* Whether we "own" the buffer - i.e., we know we created it,
* and can realloc() it to grow it, and should free() it to
* delete it.
+ int yy_is_our_
+ /* Whether this is an "interactive" if so, and
* if we're using stdio for input, then we want to use getc()
* instead of fread(), to make sure we stop fetching input after
* each newline.
+ int yy_is_
+ /* Whether we're considered to be at the beginning of a line.
* If so, '^' rules will be active on the next match, otherwise
+ int yy_at_
int yy_bs_ /**& The line count. */
int yy_bs_ /**& The column count. */
+ /* Whether to try to fill the input buffer when we reach the
* end of it.
+ int yy_fill_
+ int yy_buffer_
+#define YY_BUFFER_NEW 0
+#define YY_BUFFER_NORMAL 1
+ /* When an EOF's been seen but there's still some text to process
* then we mark the buffer as YY_EOF_PENDING, to indicate that we
* shouldn't try reading from the input source any more.
* still have a bunch of tokens to match, though, because of
* possible backing-up.
* When we actually see the EOF, we change the status to "new"
* (via confrestart()), so that the user can continue scanning by
* just pointing confin at a new input file.
+#define YY_BUFFER_EOF_PENDING 2
+#endif /* !YY_STRUCT_YY_BUFFER_STATE */
+/* Stack of input buffers. */
+static size_t yy_buffer_stack_top = 0; /**& index of top of stack. */
+static size_t yy_buffer_stack_max = 0; /**& capacity of stack. */
+static YY_BUFFER_STATE * yy_buffer_stack = 0; /**& Stack as an array. */
+/* We provide macros for accessing buffer states in case in the
+ * future we want to put the buffer states in a more general
+ * "scanner state".
+ * Returns the top of the stack, or NULL.
+#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
+/* Same as previous macro, but useful when we know that the buffer stack is not
+ * NULL or when we need an lvalue. For internal use only.
+#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
+/* yy_hold_char holds the character lost when conftext is formed. */
+static char yy_hold_
+static int yy_n_
/* number of characters read into yy_ch_buf */
+/* Points to current character in buffer. */
+static char *yy_c_buf_p = (char *) 0;
+static int yy_init = 0;
/* whether we need to initialize */
+static int yy_start = 0; /* start state number */
+/* Flag which is used to allow confwrap()'s to do buffer switches
+ * instead of setting up a fresh confin.
A bit of a hack ...
+static int yy_did_buffer_switch_on_
+void confrestart (FILE *input_file
+void conf_switch_to_buffer (YY_BUFFER_STATE new_buffer
+YY_BUFFER_STATE conf_create_buffer (FILE *file,int size
+void conf_delete_buffer (YY_BUFFER_STATE b
+void conf_flush_buffer (YY_BUFFER_STATE b
+void confpush_buffer_state (YY_BUFFER_STATE new_buffer
+void confpop_buffer_state (void );
+static void confensure_buffer_stack (void );
+static void conf_load_buffer_state (void );
+static void conf_init_buffer (YY_BUFFER_STATE b,FILE *file
+#define YY_FLUSH_BUFFER conf_flush_buffer(YY_CURRENT_BUFFER )
+YY_BUFFER_STATE conf_scan_buffer (char *base,yy_size_t size
+YY_BUFFER_STATE conf_scan_string (yyconst char *yy_str
+YY_BUFFER_STATE conf_scan_bytes (yyconst char *bytes,int len
+void *confalloc (yy_size_t
+void *confrealloc (void *,yy_size_t
+void conffree (void *
+#define yy_new_buffer conf_create_buffer
+#define yy_set_interactive(is_interactive) \
+ if ( ! YY_CURRENT_BUFFER ){ \
confensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE =
conf_create_buffer(confin,YY_BUF_SIZE ); \
+ YY_CURRENT_BUFFER_LVALUE-&yy_is_interactive = is_ \
+#define yy_set_bol(at_bol) \
+ if ( ! YY_CURRENT_BUFFER ){\
confensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE =
conf_create_buffer(confin,YY_BUF_SIZE ); \
+ YY_CURRENT_BUFFER_LVALUE-&yy_at_bol = at_ \
+#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE-&yy_at_bol)
+/* Begin user sect3 */
+typedef unsigned char YY_CHAR;
+FILE *confin = (FILE *) 0, *confout = (FILE *) 0;
+typedef int yy_state_
+int conflineno = 1;
+extern char *
+#define yytext_ptr conftext
+static yy_state_type yy_get_previous_state (void );
+static yy_state_type yy_try_NUL_trans (yy_state_type current_state
+static int yy_get_next_buffer (void );
+static void yy_fatal_error (yyconst char msg[]
+/* Done after the current pattern has been matched and before the
+ * corresponding action - sets up conftext.
+#define YY_DO_BEFORE_ACTION \
+ (yytext_ptr) = yy_ \
+ confleng = (size_t) (yy_cp - yy_bp); \
+ (yy_hold_char) = *yy_ \
+ *yy_cp = '\0'; \
+ (yy_c_buf_p) = yy_
+#define YY_NUM_RULES 50
+#define YY_END_OF_BUFFER 51
+/* This struct is not used in this scanner,
but its presence is necessary. */
+struct yy_trans_info
+ flex_int32_t yy_
+ flex_int32_t yy_
+static yyconst flex_int16_t yy_accept[2075] =
+static yyconst flex_int32_t yy_ec[256] =
+static yyconst flex_int32_t yy_meta[43] =
+static yyconst flex_int16_t yy_base[2314] =
105,10490,
966, , 8219,
241,10490,
316, 1130,
478, 1172,
494, 1298,
775, 1382,
898, 1500,
946, 1542,
0, , 1668,
375, 1709,
452, , 7735,
972, 1082,
990, , 1815,
629, , , , 1979,
974, , 6829,
761, , 1122,
0, , , , 1230,
983, 1025,
0, , , 1317,
0, , , , 1427,
, , , 6343,
801, , , , , 4273,
957, , , , , 5272,
994, , 7939,
919, , 7943,
859, , , 7950,
700, , , 7719,
465, , 7981,
301, , , , ,
230, , , ,
+static yyconst flex_int16_t yy_def[2314] =
, , , 2085,
, , , 2090,
56, , 2092,
, , , 2096,
87, , 2099,
129, , , , 2110,
155, , , 2083,
170, , 2117,
37, , , 2083,
207, 2122,
207, , 2122,
219, 2124,
30, , , 2131,
255, , 2135,
266, , , ,
, , , , 2142,
289, , 2074,
30, , , 2147,
306, 2148,
, , , , 2150,
319, , , 2156,
347, , , 2161,
374, 2074,
383, 2074,
403, , , , , 2173,
478, 2189,
498, 2198,
511, 2083,
551, 2074,
560, 2074,
570, 2208,
581, 2209,
, , , , 2216,
619, , 2218,
, , , 2235,
688, , 2237,
699, , 2240,
581, , , , ,
648, , , , , 2233,
688, 2083,
581, , , ,
619, , , , , 2224,
, , , , 2248,
648, 2249,
688, 2083,
699, , 2252,
619, , , , 2266,
648, , , , ,
, , , , 2251,
688, 2083,
581, , 2273,
609, 2214,
609, 2214,
609, 2214,
619, , , , 2256,
648, 2224,
648, 2224,
648, 2224,
648, , , , 2268,
677, 2233,
677, 2233,
688, 2083,
699, , 2258,
551, 2083,
551, 2083,
551, 2083,
581, , 2261,
609, 2214,
648, 2224,
648, , , , 2269,
, , , , 2281,
677, 2233,
699, , , , ,
551, 2083,
581, , , , 2293,
619, , , ,
, , , 2299,
699, , , ,
581, , 2292,
677, 2233,
699, 2083,
581, 2214,
609, 2214,
619, 2224,
648, 2233,
699, 2083,
581, 2214,
619, 2224,
648, 2233,
609, 2214,
648, 2224,
677, 2233,
551, 2083,
609, 2214,
648, 2224,
677, 2233,
551, 2083,
609, 2214,
677, 2233,
551, 2083,
560, 2214,
+static yyconst flex_int16_t yy_nxt[10533] =
24, , 2074,
270, 1951,
168, 1946,
313, 1226,
166, 1941,
166, 1938,
379, 1412,
166, 1935,
203, 1539,
166, 1931,
166, 1927,
506, 1073,
166, 1924,
546, 1920,
231, 1910,
540, 1873,
166, 2074,
166, 1230,
364, 1872,
286, 1819,
801, 1798,
490, 1793,
859, 1792,
166, 1074,
881, 1787,
414, 1786,
166, 1045,
598, 1777,
166, 1027,
207, 1776,
218, 1767,
170, 1418,
452, 1766,
231, 1077,
356, 1054,
460, 1062,
364, 1260,
981, 1648,
482, 1008,
166, 1760,
166, 1046,
166, 1009,
166, 1751,
166, 1013,
166, 1011,
166, 1010,
166, 1012,
166, 1014,
334, 1017,
246, 1023,
166, 1029,
166, 1019,
166, 1021,
334, 1020,
248, 1024,
166, 1022,
883, 1026,
883, 1025,
248, 1075,
166, 1750,
166, 1034,
166, 1030,
166, 1028,
207, 1069,
883, 1036,
248, 1033,
185, 1047,
166, 1052,
166, 1119,
166, 1037,
166, 1061,
248, 1081,
974, 1050,
977, 1731,
278, 1051,
167, 1063,
166, 1055,
185, , 1066,
278, 1076,
166, 1078,
166, 1083,
166, 1080,
218, 1079,
218, 1084,
278, 1095,
166, 1082,
648, 1085,
166, 1086,
218, 1091,
304, 1003,
304, 1000,
166, 1089,
166, 1090,
166, , 1114,
231, 1115,
249, , 1122,
304, 1120,
883, 1126,
883, 1123,
883, 1118,
166, 1127,
166, 1040,
166, 1128,
166, 1155,
265, 1157,
166, 1153,
166, 1161,
166, 1240,
166, 1158,
166, 1106,
166, 1225,
166, 1107,
166, 1154,
310, 1246,
166, 1108,
166, 1180,
883, 1184,
166, 1141,
310, 1110,
310, 1228,
279, 1655,
313, 1113,
279, 1112,
166, 1182,
310, 1142,
310, 1143,
883, 1186,
166, 1185,
313, , 1654,
166, 1144,
166, 1198,
166, 1194,
334, 1203,
166, 1148,
166, 1191,
166, 1147,
166, 1204,
279, 1209,
166, 1149,
883, 1196,
166, 1201,
166, 1202,
166, 1231,
166, 1207,
166, 1168,
166, 1206,
166, 1229,
207, 1408,
312, 1205,
170, 1170,
166, 1223,
166, 1243,
185, 1232,
312, 1224,
185, 1171,
312, , 1234,
183, 1235,
166, 1255,
312, 1252,
166, 1173,
186, 1259,
166, 1256,
218, 1257,
218, 1261,
166, 1258,
231, 1174,
166, 1176,
166, 1267,
231, 1262,
883, 1287,
166, 1237,
166, 1238,
883, 1417,
249, 1042,
166, 1241,
166, 1294,
166, 1242,
883, 1296,
207, 1413,
166, 1234,
166, 1298,
166, 1235,
883, 1237,
283, 1238,
283, , , 1328,
166, 1241,
166, 1242,
166, 1234,
883, 1241,
166, 1237,
883, 1292,
883, 1303,
313, , 1331,
249, 1357,
166, 1324,
166, 1241,
313, 1353,
883, 1355,
166, 1360,
166, , , 1234,
250, 1235,
166, 1281,
166, 1039,
166, 1039,
166, 1279,
166, 1307,
166, 1365,
334, 1237,
166, 1238,
166, 1373,
166, 1280,
166, 1363,
166, 1411,
166, 1390,
170, 1315,
246, 1242,
246, 1284,
883, 1367,
185, 1214,
334, 1113,
279, 1283,
166, 1316,
166, 1382,
166, 1286,
883, 1376,
166, 1375,
246, 1401,
246, 1542,
883, 1318,
883, 1234,
279, 1388,
166, 1237,
166, 1329,
207, 1041,
207, 1137,
787, , 1546,
218, , , 1400,
166, 1241,
166, 1403,
166, 1424,
166, 1317,
166, 1377,
249, 1319,
883, 1356,
218, 1234,
166, 1152,
166, 1455,
166, , 1235,
281, 1422,
281, 1323,
883, 1402,
883, 1419,
883, 1237,
883, 1406,
185, , 1337,
166, 1241,
284, 1361,
185, 1041,
167, , , ,
166, 1450,
166, 1528,
249, 1235,
167, , 1345,
312, 1237,
278, 1238,
278, 1414,
166, 1241,
166, 1237,
166, 1427,
167, 1238,
249, 1346,
278, 1444,
278, 1348,
185, 1241,
166, 1420,
166, 1242,
312, , 1549,
166, 1449,
278, 1347,
278, 1234,
166, 1453,
166, 1235,
166, 1237,
312, 1457,
265, 1238,
312, 1349,
304, 1214,
304, 1241,
304, 1242,
283, 1350,
166, 1397,
166, , 1480,
283, 1398,
283, 1351,
166, 1476,
166, 1040,
166, 1307,
883, 1504,
883, 1179,
883, 1481,
883, 1636,
166, 1505,
314, 1352,
314, 1397,
883, 1399,
166, 1471,
166, 1397,
883, 1506,
313, 1398,
313, , , 1041,
313, 1041,
231, 1041,
166, 1500,
166, 1559,
166, 1397,
166, 1397,
883, 1508,
883, 1446,
170, 1454,
830, , 1509,
166, 1514,
310, 1397,
883, 1400,
883, 1478,
883, , 1479,
166, 1219,
283, 1513,
310, 1388,
310, 1397,
883, 1502,
883, 1503,
836, , 1868,
313, 1516,
166, 1535,
310, 1520,
207, 1211,
883, 1521,
170, 1430,
170, , 1518,
166, 1515,
166, 1397,
883, 1197,
883, 1398,
883, 1531,
207, , 1540,
279, 1544,
166, 1639,
166, 1402,
166, 1473,
167, , 1219,
166, 1474,
166, 1816,
166, 1397,
166, 1398,
248, 1552,
279, , 1553,
166, , 1397,
166, 1637,
166, 1405,
231, 1398,
166, 1541,
166, 1558,
279, 1736,
183, 1440,
166, 1555,
166, 1131,
186, 1397,
166, , 1561,
170, 1740,
166, 1575,
364, 1121,
883, 1598,
883, 1576,
978, , , 1094,
412, 1649,
412, 1581,
414, , , ,
883, 1584,
265, 1613,
166, 1597,
250, 1653,
883, 1594,
883, 1640,
185, 1041,
166, 1137,
283, 1308,
, , , 1311,
420, 1056,
420, 1600,
883, 1679,
166, 1621,
166, , 1612,
166, 1734,
166, 1312,
166, 1609,
883, 1617,
450, 1620,
883, 1629,
166, 1211,
334, , 1616,
218, 1623,
281, 1040,
883, 1625,
883, 1532,
170, 1618,
284, 1628,
185, , 1041,
883, 1630,
170, , 1747,
166, 1631,
458, 1641,
883, 1658,
231, 1219,
166, 1642,
480, 1643,
166, 1662,
312, 1673,
207, , 1495,
166, 1644,
314, 1642,
314, 1645,
166, 1684,
884, 1741,
488, 1496,
166, 1644,
166, 1681,
166, 1645,
166, 1642,
166, 1693,
166, 1685,
312, 1497,
166, 1498,
305, 1706,
166, 1002,
166, 1644,
883, 1686,
883, , 1212,
249, 1708,
166, 1642,
364, 1709,
364, 1643,
333, 1716,
364, 1044,
166, 1644,
412, 1645,
883, 1720,
265, 1219,
265, 1722,
334, 1386,
412, 1097,
166, 1642,
420, 1697,
883, 1700,
883, 1707,
170, 1717,
420, 1101,
166, 1644,
450, 2007,
450, 1698,
313, 1211,
334, 1211,
883, 1713,
883, 1715,
313, , 1277,
207, 1723,
450, 1134,
166, 1642,
458, 1738,
167, 1433,
334, 1748,
185, , 1729,
166, 1733,
480, 1744,
218, 1802,
480, 1163,
166, 1691,
166, 1642,
166, 1755,
166, 1643,
166, 1566,
488, 1167,
883, 1567,
166, 1692,
883, 1644,
883, 1642,
883, 1643,
883, 1642,
334, , , , 1306,
883, 1644,
883, 1644,
249, , 1100,
265, 1645,
883, 1762,
978, 1768,
166, 1765,
166, , 1314,
249, 1432,
231, 1771,
248, , , ,
883, 1644,
940, 1645,
283, 1312,
883, 1039,
883, 1039,
313, 1136,
883, 1735,
883, 1774,
283, , , 1211,
334, 1211,
166, 1211,
166, 1781,
166, 1795,
279, 1464,
883, 1791,
883, 1734,
231, , 1794,
166, , 1489,
170, 1337,
170, 1822,
218, , , 1797,
166, 1803,
166, 1813,
207, 1833,
312, 1488,
166, 1605,
166, 1807,
185, , 1829,
312, , , ,
883, 1809,
883, 1005,
883, 1005,
185, , , 1005,
166, 1825,
166, 1832,
249, 1807,
265, 1532,
883, 1867,
166, 1821,
166, 1823,
166, 1828,
248, 1839,
218, 1522,
883, 1836,
941, 1808,
312, 1846,
883, 1041,
883, 1041,
166, 1809,
166, 1847,
166, 1860,
166, 1807,
312, 1810,
166, 1852,
883, 1843,
883, 1006,
883, 1850,
883, 1854,
170, , 1043,
313, 1857,
883, 1863,
166, 1807,
166, 1858,
166, 1856,
170, 1859,
248, 1758,
883, 1529,
883, 1759,
166, 1862,
384, 1735,
883, 1809,
185, 1874,
218, 1865,
883, 1098,
883, 1098,
883, 1878,
166, 1876,
883, 1784,
883, 1809,
883, 1871,
265, , , 1213,
249, 1880,
883, 1807,
940, 1848,
883, 1807,
940, 1568,
883, 1808,
883, 1809,
883, , , 1807,
167, , 1849,
166, 1808,
166, 1942,
359, , 1039,
248, , 1135,
883, 1810,
265, , 1306,
883, 1807,
978, , , , ,
883, 1901,
283, , 1336,
313, 1894,
283, , , ,
883, 1809,
313, 1863,
312, 1845,
334, 1898,
166, 1588,
883, 1918,
978, 1879,
166, 1864,
166, 1864,
170, 1902,
353, 1903,
883, 1863,
883, 1888,
166, 1904,
166, 1974,
883, 1164,
207, , , ,
349, , 1908,
185, 1975,
166, 1926,
166, 1928,
166, 1907,
283, 1929,
166, 1932,
312, , 1603,
883, 1936,
883, 1005,
883, , , 1005,
334, , 1006,
170, 1907,
170, 1944,
185, 1908,
167, 1955,
883, 1211,
883, , , 1211,
345, 1211,
207, 1953,
166, , 1956,
249, 1959,
185, , 1039,
265, , 1039,
, , , 1962,
283, 1943,
207, , 1963,
313, 1967,
279, 1966,
334, 1968,
218, 1979,
883, 2069,
883, 1041,
883, , 1041,
166, 1972,
170, 1943,
167, 1983,
218, 2030,
883, 1982,
883, 1219,
883, 1219,
167, , 1219,
249, 1986,
249, 1987,
265, 1985,
265, 1990,
283, , 1991,
207, , 1219,
883, 1995,
883, 1268,
883, , , 1268,
334, , 1269,
313, 1996,
334, 1998,
334, 1999,
170, 1997,
185, , 2001,
218, , 2011,
883, 2004,
883, 1098,
883, , , , 1098,
231, 2012,
249, 2004,
218, 2005,
883, 1275,
883, 1275,
249, , 1275,
283, 2005,
334, 2025,
283, 1275,
883, 1304,
978, , 1304,
185, , , ,
218, 2031,
334, , 2005,
218, , , 2032,
231, 2042,
170, , 2038,
883, 2031,
883, 1137,
978, 1137,
249, , , , 1138,
166, 2031,
312, 2032,
883, 2031,
883, 1312,
978, 1312,
313, , , 1312,
231, 2047,
883, 2054,
883, 1334,
883, , , 1334,
167, 2047,
334, 2047,
167, 1334,
883, 1164,
883, , 1164,
883, 2068,
883, 1341,
883, 1341,
185, , , , , 2067,
218, , , , 2068,
167, , 2074,
231, , 2072,
883, 1211,
883, 1211,
313, , , , 1212,
166, , 2074,
166, 2074,
, , , 2074,
334, 2074,
170, , 1726,
883, 2074,
883, 1219,
883, , , , 1219,
166, , 2074,
166, 2074,
, , , 2074,
, , , , 1727,
883, 2074,
883, 1268,
883, , , 1268,
883, 2074,
883, 1275,
883, , 1275,
883, 2074,
883, 1304,
978, 1304,
883, 2074,
883, 1312,
978, , , , , 1313,
, , , 1773,
883, 2074,
883, 1334,
883, , , , 1334,
, , , , 1782,
883, 2074,
883, 1341,
883, , , 1341,
164, 2074,
166, 2074,
183, 2074,
185, 2074,
186, 2074,
202, 2074,
204, 2074,
218, 2074,
209, 2074,
231, 2074,
246, 2074,
249, 2074,
250, 2074,
265, 2074,
276, 2074,
277, 2074,
278, 2074,
281, 2074,
283, 2074,
284, 2074,
310, 2074,
314, 2074,
334, 2074,
335, 2074,
356, 2074,
183, 2074,
361, 2074,
364, 2074,
202, 2074,
204, 2074,
209, 2074,
218, 2074,
231, 2074,
246, 2074,
412, 2074,
249, 2074,
250, 2074,
417, 2074,
420, 2074,
276, 2074,
278, 2074,
450, 2074,
281, 2074,
283, 2074,
284, 2074,
455, 2074,
310, 2074,
480, 2074,
313, 2074,
314, 2074,
485, 2074,
334, 2074,
335, 2074,
356, 2074,
532, 2074,
183, 2074,
186, 2074,
361, 2074,
538, 2074,
549, 2074,
185, 2074,
231, 2074,
412, 2074,
591, 2074,
246, 2074,
250, 2074,
417, 2074,
596, 2074,
607, 2074,
249, 2074,
265, 2074,
278, 2074,
450, 2074,
629, 2074,
281, 2074,
284, 2074,
458, 2074,
635, 2074,
646, 2074,
283, 2074,
480, 2074,
659, 2074,
310, 2074,
485, 2074,
488, 2074,
664, 2074,
675, 2074,
313, 2074,
334, 2074,
170, 2074,
356, 2074,
532, 2074,
710, 2074,
364, 2074,
538, 2074,
549, 2074,
185, 2074,
231, 2074,
412, 2074,
591, 2074,
764, 2074,
596, 2074,
246, 2074,
607, 2074,
249, 2074,
265, 2074,
450, 2074,
629, 2074,
798, 2074,
799, 2074,
635, 2074,
278, 2074,
646, 2074,
283, 2074,
480, 2074,
659, 2074,
823, 2074,
664, 2074,
310, 2074,
675, 2074,
313, 2074,
334, 2074,
170, 2074,
867, 2074,
709, 2074,
710, 2074,
883, 2074,
925, 2074,
927, 2074,
940, 2074,
962, 2074,
965, 2074,
978, 2074,
990, 2074,
992, 2074,
883, 2074,
940, 2074,
940, 1687,
978, 2074,
, , , , 1341,
+static yyconst flex_int16_t yy_chk[10533] =
100, 1917,
125, 1051,
145, 1051,
137, 1901,
196, 1251,
202, 1407,
248, 1892,
280, 1887,
312, 1883,
370, 1878,
409, 1866,
438, 1860,
366, 1821,
209, 1056,
422, 1820,
455, 1744,
566, 1729,

我要回帖

更多关于 MU561 的文章

 

随机推荐