mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-15 07:27:41 +00:00
Move MacOS functions to libmacos, disable inline of putchar() enabled by -O2
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __NO_INLINE__ /* to avoid inline putchar() */
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@@ -4,12 +4,16 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __NO_INLINE__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "lowmem.h"
|
||||
#include <macos/types.h>
|
||||
#include <macos/gestalt.h>
|
||||
|
||||
#include "bank.h"
|
||||
#include "memory.h"
|
||||
#if defined(ARCH_M68K)
|
||||
@@ -24,7 +28,6 @@
|
||||
#endif
|
||||
#include "arch.h"
|
||||
#include "misc.h"
|
||||
#include "glue.h"
|
||||
#include "load.h"
|
||||
#include "console.h"
|
||||
#include "vga.h"
|
||||
|
Reference in New Issue
Block a user