1
0
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:
Bruce Mitchener
2021-01-12 13:45:49 +07:00
committed by GitHub
parent fac400f918
commit 5cb18c0710
12 changed files with 26 additions and 67 deletions

View File

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