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

The comments removing problem #6

Open
kantorman opened this issue Aug 23, 2010 · 0 comments
Open

The comments removing problem #6

kantorman opened this issue Aug 23, 2010 · 0 comments

Comments

@kantorman
Copy link

I was compiling Mplayer(uses mmpeg) for iPhone. Thanks for your gas-prepocessor. Its a life saver.
I think that in the comment removing section instead of
s/$comm.//x;
should be
s/$comm.
/$comm/x;
It will remove the comment text but leave the @ mark for the sake of things like

define ELF @

and stuff. I did it in my local copy.
Thanks,
kantorman@gmail.com
P.S
I also commented out the eabi_atribute again. Is that Ok?

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