shithub: scc

Download patch

ref: 18825e0e1a0f70ab8673407f47a7d886f01d09e3
parent: ad6ddff27bb2d95a73341bfa53ca5e3ed070162b
author: Roberto E. Vargas Caballero <[email protected]>
date: Tue Apr 15 11:20:10 EDT 2014

Remove machine.h file

This file is no longer used, so remove it from the sources

--- a/decl.c
+++ b/decl.c
@@ -5,7 +5,6 @@
 
 #include "sizes.h"
 #include "cc.h"
-#include "machine.h"
 
 #define ID_EXPECTED     1
 #define ID_ACCEPTED     2
--- a/machine.h
+++ /dev/null
@@ -1,16 +1,0 @@
-
-#ifndef MACHINE_H_
-#define MACHINE_H_
-
-#define ALIGN(size, offset) ((size) + (offset))
-#define PTRSIZE      2
-#define CHARSIZE     1
-#define SHORTSIZE    2
-#define INTSIZE      2
-#define LONGSIZE     4
-#define LLONGSIZE    8
-#define FLOATSIZE    4
-#define LFLOATSIZE   8
-#define LLFLOATSIZE 16
-
-#endif
--- a/types.c
+++ b/types.c
@@ -5,7 +5,6 @@
 
 #include "sizes.h"
 #include "cc.h"
-#include "machine.h"
 
 #define NR_TYPE_HASH 16