Commit | Line | Data |
---|---|---|
597bca95 MD |
1 | #ifndef _CTF_SCANNER_SYMBOLS |
2 | #define _CTF_SCANNER_SYMBOLS | |
3 | ||
4 | /* | |
5 | * ctf-scanner-symbols.h | |
6 | * | |
7 | * Copyright 2011-2012 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com> | |
8 | * | |
9 | * Permission is hereby granted, free of charge, to any person obtaining a copy | |
10 | * of this software and associated documentation files (the "Software"), to deal | |
11 | * in the Software without restriction, including without limitation the rights | |
12 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
13 | * copies of the Software, and to permit persons to whom the Software is | |
14 | * furnished to do so, subject to the following conditions: | |
15 | * | |
16 | * The above copyright notice and this permission notice shall be included in | |
17 | * all copies or substantial portions of the Software. | |
18 | */ | |
19 | ||
20 | #define yy_create_buffer bt_yy_create_buffer | |
21 | #define yy_delete_buffer bt_yy_delete_buffer | |
22 | #define yy_flush_buffer bt_yy_flush_buffer | |
23 | #define yy_scan_buffer bt_yy_scan_buffer | |
24 | #define yy_scan_bytes bt_yy_scan_bytes | |
25 | #define yy_scan_string bt_yy_scan_string | |
26 | #define yy_switch_to_buffer bt_yy_switch_to_buffer | |
27 | #define yyalloc bt_yyalloc | |
28 | #define yyfree bt_yyfree | |
29 | #define yyget_column bt_yyget_column | |
30 | #define yyget_debug bt_yyget_debug | |
31 | #define yyget_extra bt_yyget_extra | |
32 | #define yyget_in bt_yyget_in | |
33 | #define yyget_leng bt_yyget_leng | |
34 | #define yyget_lineno bt_yyget_lineno | |
35 | #define yyget_lval bt_yyget_lval | |
36 | #define yyget_out bt_yyget_out | |
37 | #define yyget_text bt_yyget_text | |
38 | #define yylex_init bt_yylex_init | |
39 | #define yypop_buffer_state bt_yypop_buffer_state | |
40 | #define yypush_buffer_state bt_yypush_buffer_state | |
41 | #define yyrealloc bt_yyrealloc | |
42 | #define yyset_column bt_yyset_column | |
43 | #define yyset_debug bt_yyset_debug | |
44 | #define yyset_extra bt_yyset_extra | |
45 | #define yyset_in bt_yyset_in | |
46 | #define yyset_lineno bt_yyset_lineno | |
47 | #define yyset_lval bt_yyset_lval | |
48 | #define yyset_out bt_yyset_out | |
49 | ||
50 | #endif /* _CTF_SCANNER_SYMBOLS */ |