gcc doesn't like __cdecl. why was this here?

This commit is contained in:
Enno Rehling 2007-06-20 00:45:22 +00:00
parent 96a2b1c779
commit e3496dd9e9

View file

@ -500,7 +500,7 @@ typedef struct fctr_data {
#include <exception> #include <exception>
int __cdecl int
fctr_handle(struct trigger * tp, void * data) fctr_handle(struct trigger * tp, void * data)
{ {
trigger * t = tp; trigger * t = tp;