]> Shamusworld >> Repos - rmac/blobdiff - kwgen.c
ELF support for RMAC.
[rmac] / kwgen.c
diff --git a/kwgen.c b/kwgen.c
index b644b106ffac2ae27e7722e25d4d9b1b3e45f15e..55bd32a849a0390d95f55d06af8755346341fefe 100644 (file)
--- a/kwgen.c
+++ b/kwgen.c
@@ -1,7 +1,7 @@
 //
 // RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System
 // KWGEN.C - Keyword & Mnemonic Definition and State Machine Creation Tool
 //
 // RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System
 // KWGEN.C - Keyword & Mnemonic Definition and State Machine Creation Tool
-// Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends
+// Copyright (C) 199x Landon Dyer, 2017 Reboot and Friends
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
 // Source utilised with the kind permission of Landon Dyer
 //
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
 // Source utilised with the kind permission of Landon Dyer
 //
@@ -421,3 +421,4 @@ void panic(char * s)
        fprintf(stderr, "Panic: %s\n", s);
        exit(1);
 }
        fprintf(stderr, "Panic: %s\n", s);
        exit(1);
 }
+