OLD | NEW |
1 #ifndef message_HEADER_H | 1 #ifndef message_HEADER_H |
2 #define message_HEADER_H 1 | 2 #define message_HEADER_H 1 |
3 #define message_IN_HEADER 1 | 3 #define message_IN_HEADER 1 |
4 | 4 |
5 #line 10 "messagelexer.l" | 5 #line 10 "messagelexer.l" |
6 /* | 6 /* |
7 * This file is part of Wireless Display Software for Linux OS | 7 * This file is part of Wireless Display Software for Linux OS |
8 * | 8 * |
9 * Copyright (C) 2015 Intel Corporation. | 9 * Copyright (C) 2015 Intel Corporation. |
10 * | 10 * |
11 * This library is free software; you can redistribute it and/or | 11 * This library is free software; you can redistribute it and/or |
12 * modify it under the terms of the GNU Lesser General Public | 12 * modify it under the terms of the GNU Lesser General Public |
13 * License as published by the Free Software Foundation; either | 13 * License as published by the Free Software Foundation; either |
14 * version 2.1 of the License, or (at your option) any later version. | 14 * version 2.1 of the License, or (at your option) any later version. |
15 * | 15 * |
16 * This library is distributed in the hope that it will be useful, | 16 * This library is distributed in the hope that it will be useful, |
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
19 * Lesser General Public License for more details. | 19 * Lesser General Public License for more details. |
20 * | 20 * |
21 * You should have received a copy of the GNU Lesser General Public | 21 * You should have received a copy of the GNU Lesser General Public |
22 * License along with this library; if not, write to the Free Software | 22 * License along with this library; if not, write to the Free Software |
23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | 23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA |
24 * 02110-1301 USA | 24 * 02110-1301 USA |
25 */ | 25 */ |
26 | 26 |
| 27 #include <stdint.h> |
| 28 |
| 29 #define YY_NO_UNISTD_H 1 |
27 | 30 |
28 | 31 |
29 #line 30 "gen/messagescanner.h" | 32 |
| 33 #line 34 "gen/messagescanner.h" |
30 | 34 |
31 #define YY_INT_ALIGNED short int | 35 #define YY_INT_ALIGNED short int |
32 | 36 |
33 /* A lexical scanner generated by flex */ | 37 /* A lexical scanner generated by flex */ |
34 | 38 |
35 #define FLEX_SCANNER | 39 #define FLEX_SCANNER |
36 #define YY_FLEX_MAJOR_VERSION 2 | 40 #define YY_FLEX_MAJOR_VERSION 2 |
37 #define YY_FLEX_MINOR_VERSION 5 | 41 #define YY_FLEX_MINOR_VERSION 5 |
38 #define YY_FLEX_SUBMINOR_VERSION 35 | 42 #define YY_FLEX_SUBMINOR_VERSION 35 |
39 #if YY_FLEX_SUBMINOR_VERSION > 0 | 43 #if YY_FLEX_SUBMINOR_VERSION > 0 |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 #undef yy_set_bol | 372 #undef yy_set_bol |
369 #undef yy_new_buffer | 373 #undef yy_new_buffer |
370 #undef yy_set_interactive | 374 #undef yy_set_interactive |
371 #undef YY_DO_BEFORE_ACTION | 375 #undef YY_DO_BEFORE_ACTION |
372 | 376 |
373 #ifdef YY_DECL_IS_OURS | 377 #ifdef YY_DECL_IS_OURS |
374 #undef YY_DECL_IS_OURS | 378 #undef YY_DECL_IS_OURS |
375 #undef YY_DECL | 379 #undef YY_DECL |
376 #endif | 380 #endif |
377 | 381 |
378 #line 379 "gen/messagescanner.h" | 382 #line 383 "gen/messagescanner.h" |
379 #undef message_IN_HEADER | 383 #undef message_IN_HEADER |
380 #endif /* message_HEADER_H */ | 384 #endif /* message_HEADER_H */ |
OLD | NEW |