|
1 | 1 | -file("leexinc.hrl", 0). |
2 | | -%% |
3 | | -%% %CopyrightBegin% |
4 | | -%% |
5 | | -%% SPDX-License-Identifier: BSD-2-Clause |
6 | | -%% |
7 | | -%% Copyright (c) 2008,2009 Robert Virding. All rights reserved. |
8 | | -%% Copyright Ericsson AB 2009-2025. All Rights Reserved. |
9 | | -%% |
10 | | -%% Redistribution and use in source and binary forms, with or without |
11 | | -%% modification, are permitted provided that the following conditions |
12 | | -%% are met: |
13 | | -%% |
14 | | -%% 1. Redistributions of source code must retain the above copyright |
15 | | -%% notice, this list of conditions and the following disclaimer. |
16 | | -%% 2. Redistributions in binary form must reproduce the above copyright |
17 | | -%% notice, this list of conditions and the following disclaimer in the |
18 | | -%% documentation and/or other materials provided with the distribution. |
19 | | -%% |
20 | | -%% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
21 | | -%% "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
22 | | -%% LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
23 | | -%% FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
24 | | -%% COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
25 | | -%% INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
26 | | -%% BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
27 | | -%% LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
28 | | -%% CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
29 | | -%% LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
30 | | -%% ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
31 | | -%% POSSIBILITY OF SUCH DAMAGE. |
32 | | -%% |
33 | | -%% %CopyrightEnd% |
34 | | -%% |
35 | | - |
36 | 2 | %% The source of this file is part of leex distribution, as such it |
37 | 3 | %% has the same Copyright as the other files in the leex |
38 | | -%% distribution. However, the resultant scanner generated by leex is the |
| 4 | +%% distribution. The Copyright is defined in the accompanying file |
| 5 | +%% COPYRIGHT. However, the resultant scanner generated by leex is the |
39 | 6 | %% property of the creator of the scanner and is not covered by that |
40 | 7 | %% Copyright. |
41 | 8 |
|
@@ -79,7 +46,7 @@ process_string(Chars) -> |
79 | 46 | process_escaped_quotes(Binary) -> |
80 | 47 | binary:replace(Binary, <<"''">>, <<"'">>, [global]). |
81 | 48 |
|
82 | | --file("leexinc.hrl", 47). |
| 49 | +-file("leexinc.hrl", 14). |
83 | 50 |
|
84 | 51 | format_error({illegal,S}) -> ["illegal characters ",io_lib:write_string(S)]; |
85 | 52 | format_error({user,S}) -> S. |
@@ -436,7 +403,7 @@ tab_size() -> 8. |
436 | 403 | %% return signal either an unrecognised character or end of current |
437 | 404 | %% input. |
438 | 405 |
|
439 | | --file("rabbit_jms_selector_lexer.erl", 404). |
| 406 | +-file("rabbit_jms_selector_lexer.erl", 371). |
440 | 407 | yystate() -> 66. |
441 | 408 |
|
442 | 409 | yystate(69, [101|Ics], Line, Col, Tlen, _, _) -> |
@@ -1846,4 +1813,4 @@ yyaction_29(TokenChars, TokenLine) -> |
1846 | 1813 | -file("rabbit_jms_selector_lexer.xrl", 66). |
1847 | 1814 | yyaction_30(TokenChars) -> |
1848 | 1815 | { error, { illegal_character, TokenChars } } . |
1849 | | --file("leexinc.hrl", 377). |
| 1816 | +-file("leexinc.hrl", 344). |
0 commit comments