Issue information

Issue ID
#4252
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 25, 2010 6:10
Last Post
Hercules Elf Bot
May 25, 2010 6:10
Confirmation
N/A

Hercules Elf Bot - May 25, 2010 6:10

Originally posted by [b]sketchyphoenix[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4252

CODE
// local declarations
#define ACMD_FUNC(x) int atcommand_ ## x (const int fd, struct map_session_data* sd, const char* command, const char* message)

I ran a svn blame on this and the functionality of this was made obsolete by ultramage after a cleanup...

...at least in its original intended usage. 2 suggestions.

1) It could be used much like BUILDIN_FUNC() is for macroing function initialization without having to type out the args all the time. See this for reference on how it could be used.
2) or removed.