aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/stack.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-06-20 22:20:59 -0700
committerPaul Gilbert2019-06-22 14:40:50 -0700
commit8f75589971d70b2ca749d5389a332e6761213a5b (patch)
tree4ddb7bba2a1040c5b563b89b75ae823182c08a91 /engines/glk/alan2/stack.h
parentad1cecaeac5d54b0973d6c7edce8181cb965ff68 (diff)
downloadscummvm-rg350-8f75589971d70b2ca749d5389a332e6761213a5b.tar.gz
scummvm-rg350-8f75589971d70b2ca749d5389a332e6761213a5b.tar.bz2
scummvm-rg350-8f75589971d70b2ca749d5389a332e6761213a5b.zip
GLK: ALAN2: Remove all prototype ifdef blocks
Diffstat (limited to 'engines/glk/alan2/stack.h')
-rw-r--r--engines/glk/alan2/stack.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/glk/alan2/stack.h b/engines/glk/alan2/stack.h
index 7f10c080b6..1a6db7495b 100644
--- a/engines/glk/alan2/stack.h
+++ b/engines/glk/alan2/stack.h
@@ -30,18 +30,10 @@ namespace Alan2 {
/* TYPES */
-#ifdef _PROTOTYPES_
-
extern Aptr pop(void);
extern void push(Aptr item);
extern Aptr top(void);
-#else
-extern Aptr pop();
-extern void push();
-extern Aptr top();
-#endif
-
} // End of namespace Alan2
} // End of namespace Glk