projects
/
repair.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffaf906
)
Accidentally checked this file in...removing it now.
author
bdemsky
<bdemsky>
Sat, 30 Oct 2004 23:04:31 +0000
(23:04 +0000)
committer
bdemsky
<bdemsky>
Sat, 30 Oct 2004 23:04:31 +0000
(23:04 +0000)
Repair/RepairCompiler/MCC/CRuntime/size.h
[deleted file]
patch
|
blob
|
history
diff --git
a/Repair/RepairCompiler/MCC/CRuntime/size.h
b/Repair/RepairCompiler/MCC/CRuntime/size.h
deleted file mode 100755
(executable)
index
b672d5d
..0000000
--- a/
Repair/RepairCompiler/MCC/CRuntime/size.h
+++ /dev/null
@@
-1,10
+0,0 @@
-#include "specs/x86/cache_aux.h"
-int getfield(int type, int fieldindex);
-int isArray(int type, int fieldindex);
-int isPtr(int type, int fieldindex);
-int numElements(int type, int fieldindex);
-int size(int type);
-int sizeBytes(int type);
-int getnumfields(int type);
-bool issubtype(int subtype, int type);
-void computesizes(struct foo_state *);