_lex.c (7ce20373) _lex.c (26d9e9dd)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 521 unchanged lines hidden (view full) ---

530 tp->t[-1] = ' ';
531 tp->wslen = 1;
532 state = START;
533 continue;
534 }
535 else
536 {
537 runelen = 1;
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 521 unchanged lines hidden (view full) ---

530 tp->t[-1] = ' ';
531 tp->wslen = 1;
532 state = START;
533 continue;
534 }
535 else
536 {
537 runelen = 1;
538 s->lineinc = 0;;
538 s->lineinc = 0;
539 tp->type = COMMENT;
540 tp->flag |= XTWS;
541 }
542 }
543 break;
544 }
545 ip += runelen;
546 runelen = 1;

--- 163 unchanged lines hidden ---
539 tp->type = COMMENT;
540 tp->flag |= XTWS;
541 }
542 }
543 break;
544 }
545 ip += runelen;
546 runelen = 1;

--- 163 unchanged lines hidden ---