aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/term.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan2/term.cpp')
-rw-r--r--engines/glk/alan2/term.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/engines/glk/alan2/term.cpp b/engines/glk/alan2/term.cpp
index cf60fc5bbe..8f7b64a719 100644
--- a/engines/glk/alan2/term.cpp
+++ b/engines/glk/alan2/term.cpp
@@ -34,12 +34,7 @@ namespace Alan2 {
from the header.
*/
-#ifdef _PROTOTYPES_
-void getPageSize(void)
-#else
-void getPageSize()
-#endif
-{
+void getPageSize() {
#ifdef GLK
paglen = 0;
pagwidth = 0;