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
1 changed files with 1 additions and 1 deletions

View File

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