Skip to content

The comments removing problem #6

@kantorman

Description

@kantorman

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions