aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan2/main.h')
-rw-r--r--engines/glk/alan2/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/alan2/main.h b/engines/glk/alan2/main.h
index 3d0f308540..9dffbc343a 100644
--- a/engines/glk/alan2/main.h
+++ b/engines/glk/alan2/main.h
@@ -35,9 +35,9 @@ namespace Alan2 {
#define MEMORYSIZE 1000L
-extern int memTop; /* Top of memory */
+extern Aaddr memTop; // Top of memory
-extern int conjWord; /* First conjunction in dictionary */
+extern int conjWord; // First conjunction in dictionary
/* The Amachine memory */
extern Aword *memory;