mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +00:00
Beta Simulators (PDQ-3 and SAGE) from Holger Veit
This commit is contained in:
@@ -28,14 +28,14 @@
|
||||
Alpha Program Office.
|
||||
*/
|
||||
|
||||
#ifndef ALPHA_DEFS_H_
|
||||
#define ALPHA_DEFS_H_ 0
|
||||
#ifndef _ALPHA_DEFS_H_
|
||||
#define _ALPHA_DEFS_H_ 0
|
||||
|
||||
#include "sim_defs.h"
|
||||
#include <setjmp.h>
|
||||
|
||||
#if defined (__GNUC__)
|
||||
#define INLINE
|
||||
#define INLINE inline
|
||||
#else
|
||||
#define INLINE
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user