1 files changed, 1 insertions(+), 1 deletions(-)
M gcc_req.h
M gcc_req.h => gcc_req.h +1 -1
@@ 18,4 18,4 @@
// Exists only because gcc doesn't support naked Function pointers
// And thus adds just enough support that M2-Plant can leverage the feature
// in its self-host
-typedef void (*FUNCTION) ();
+typedef void (*FUNCTION) (void);