warning 201: redefinition of constant/macro (File::%1) - Foreach
#1

Код:
(226) : warning 201: redefinition of constant/macro (symbol "File::%1(")
Wow, I don't know.. I presume it's defined inside Foreach include or something, I have no idea what this is :S
Reply
#2

Show us the line it's on.
Reply
#3

It's not from foreach include. It's somewhere defined so if it's a macro you're trying to make, then just change its name to something else.
Reply
#4

pawn Код:
#define File::%1( File__%1(
#define Misc::%1( Misc__%1(
#define function:%1(%2)         \
            forward %1(%2);     \
            public %1(%2)
Reply
#5

well i think you've defined double times
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)