~oriansj/M2-Planet

abc79a2027c14a3525a9fde2ae1b784fde6ff4ae — Jeremiah Orians 5 months ago 1f7119a
Make gcc_req.h more proper C
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);