mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-15 15:50:28 +00:00
Merge hacks.c into foreign.c. (#212)
This code was not really valid ANSI C in the way that it was used, and it was only used by foreign.c, which is #ifdef'd out.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#ifndef HACKSDEFS_H
|
||||
#define HACKSDEFS_H 1
|
||||
int pickapart1(int i1, int i2, int i3, int i4);
|
||||
int pickapart2(int i1, int i2, int i3, int i4);
|
||||
int pickapart3(int i1, int i2, int i3, int i4);
|
||||
int pickapart4(int i1, int i2, int i3, int i4);
|
||||
#endif
|
||||
Reference in New Issue
Block a user