Skip to content
New issue

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

Refactor parsing gcc -E #126

Open
TApplencourt opened this issue Aug 4, 2023 · 0 comments
Open

Refactor parsing gcc -E #126

TApplencourt opened this issue Aug 4, 2023 · 0 comments

Comments

@TApplencourt
Copy link
Collaborator


$parser.parse(preprocessed_sources_libc)
begin
  preprocessed_sources_libc = $cpp.preprocess
#include <stdint.h>
EOF
rescue
  C::Preprocessor.command = "gcc -E"
  preprocessed_sources_libc = $cpp.preprocess
#include <stdint.h>
EOF
end
$parser.parse(preprocessed_sources_libc.gsub(/^#.*?$/, ''))

Should be a function a re-used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant