aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/args.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-06-21 19:20:58 -0700
committerPaul Gilbert2019-06-22 14:40:50 -0700
commitdd4108e7c79770ec8235bd4440e0cdc06becd9d9 (patch)
treec41d06548ac4c4fbb037b733c1cdab519822204c /engines/glk/alan2/args.h
parent8f75589971d70b2ca749d5389a332e6761213a5b (diff)
downloadscummvm-rg350-dd4108e7c79770ec8235bd4440e0cdc06becd9d9.tar.gz
scummvm-rg350-dd4108e7c79770ec8235bd4440e0cdc06becd9d9.tar.bz2
scummvm-rg350-dd4108e7c79770ec8235bd4440e0cdc06becd9d9.zip
GLK: ALAN2: Removing all the existing system specific ifdef blocks
I'm going to be shortly formatting the code and doing refactoring to work around the setjmp calls in the original, so there's little point in keeping the system specific ifdef blocks from the original
Diffstat (limited to 'engines/glk/alan2/args.h')
-rw-r--r--engines/glk/alan2/args.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/glk/alan2/args.h b/engines/glk/alan2/args.h
index dc2f0883a5..6eb32459c9 100644
--- a/engines/glk/alan2/args.h
+++ b/engines/glk/alan2/args.h
@@ -34,9 +34,7 @@
namespace Glk {
namespace Alan2 {
-#ifndef PROGNAME
#define PROGNAME "alan2"
-#endif
extern void args(int argc, char *argv[]);