mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-11 19:38:45 -04:00
Fix variadic function typedef to be legal C
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef _ULTRAERROR_H_
|
||||
#define _ULTRAERROR_H_
|
||||
|
||||
typedef void (*OSErrorHandler)(... /* ECOFF does not store param types */);
|
||||
typedef void (*OSErrorHandler)(/* ECOFF does not store param types */);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user