1
0
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:
Mark Pizzolato
2014-09-17 17:31:40 -07:00
parent 7087f1e1c6
commit e2524e7feb
69 changed files with 24440 additions and 4 deletions

View File

@@ -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