mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-18 06:31:23 +00:00
Move MacOS functions to libmacos, disable inline of putchar() enabled by -O2
This commit is contained in:
parent
46132c2af2
commit
9c370d7600
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user