aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/params.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan2/params.h')
-rw-r--r--engines/glk/alan2/params.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/engines/glk/alan2/params.h b/engines/glk/alan2/params.h
index 82fa84be9c..88bee5d41f 100644
--- a/engines/glk/alan2/params.h
+++ b/engines/glk/alan2/params.h
@@ -40,7 +40,6 @@
namespace Glk {
namespace Alan2 {
-#ifdef _PROTOTYPES_
extern void compact(ParamElem *a);
extern int lstlen(ParamElem *a);
extern Boolean inlst(ParamElem *l, Aword e);
@@ -49,16 +48,6 @@ extern void sublst(ParamElem *a, ParamElem *b);
extern void mrglst(ParamElem *a, ParamElem *b);
extern void isect(ParamElem *a, ParamElem *b);
extern void cpyrefs(ParamElem *p, Aword *r);
-#else
-extern void compact();
-extern int lstlen();
-extern Boolean inlst();
-extern void lstcpy();
-extern void sublst();
-extern void mrglst();
-extern void isect();
-extern void cpyrefs();
-#endif
} // End of namespace Alan2
} // End of namespace Glk