|
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 | + |
2 | 36 | %% The source of this file is part of leex distribution, as such it |
3 | 37 | %% has the same Copyright as the other files in the leex |
4 | | -%% distribution. The Copyright is defined in the accompanying file |
5 | | -%% COPYRIGHT. However, the resultant scanner generated by leex is the |
| 38 | +%% distribution. However, the resultant scanner generated by leex is the |
6 | 39 | %% property of the creator of the scanner and is not covered by that |
7 | 40 | %% Copyright. |
8 | 41 |
|
@@ -46,7 +79,7 @@ process_string(Chars) -> |
46 | 79 | process_escaped_quotes(Binary) -> |
47 | 80 | binary:replace(Binary, <<"''">>, <<"'">>, [global]). |
48 | 81 |
|
49 | | --file("leexinc.hrl", 14). |
| 82 | +-file("leexinc.hrl", 47). |
50 | 83 |
|
51 | 84 | format_error({illegal,S}) -> ["illegal characters ",io_lib:write_string(S)]; |
52 | 85 | format_error({user,S}) -> S. |
@@ -403,7 +436,7 @@ tab_size() -> 8. |
403 | 436 | %% return signal either an unrecognised character or end of current |
404 | 437 | %% input. |
405 | 438 |
|
406 | | --file("rabbit_jms_selector_lexer.erl", 371). |
| 439 | +-file("rabbit_jms_selector_lexer.erl", 404). |
407 | 440 | yystate() -> 66. |
408 | 441 |
|
409 | 442 | yystate(69, [101|Ics], Line, Col, Tlen, _, _) -> |
@@ -1813,4 +1846,4 @@ yyaction_29(TokenChars, TokenLine) -> |
1813 | 1846 | -file("rabbit_jms_selector_lexer.xrl", 66). |
1814 | 1847 | yyaction_30(TokenChars) -> |
1815 | 1848 | { error, { illegal_character, TokenChars } } . |
1816 | | --file("leexinc.hrl", 344). |
| 1849 | +-file("leexinc.hrl", 377). |
0 commit comments