We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,
Just few lines to take into account preprocessor commands…
re_line_preprocess_to_be_continued = re.compile('.*\\\\$') ... if not self.is_line_preprocess_to_be_continued(prev_line): line,prev_line = self.fix_line_continuation(line,prev_line) source[prev_line_index] = prev_line ... @staticmethod def is_line_preprocess_to_be_continued(line): if Fixed2Free.re_line_preprocess_to_be_continued.match(line): return True return False
Nice day
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi,
Just few lines to take into account preprocessor commands…
Nice day
The text was updated successfully, but these errors were encountered: