]> Shamusworld >> Repos - rmac/commitdiff
Bump version # again. :-)
authorShamus Hammons <jlhamm@acm.org>
Sun, 1 Nov 2015 14:53:46 +0000 (08:53 -0600)
committerShamus Hammons <jlhamm@acm.org>
Sun, 1 Nov 2015 14:53:46 +0000 (08:53 -0600)
direct.c
rmac.c
version.h

index c4395f6a25be142a671189dd7da99b506e4135a7..643f0318850bcd2c7158a51c133dab287ae855af 100644 (file)
--- a/direct.c
+++ b/direct.c
@@ -22,7 +22,7 @@
 #include "kwtab.h"
 
 
-TOKEN exprbuf[128];                    // Expression buffer 
+TOKEN exprbuf[128];                    // Expression buffer
 SYM * symbolPtr[1000000];      // Symbol pointers table
 static long unused;                    // For supressing 'write' warnings
 char buffer[256];                      // Scratch buffer for messages
@@ -33,52 +33,52 @@ int (*dirtab[])() = {
        d_org,                          // 0 org
        d_even,                         // 1 even
        d_unimpl,                       // 2 .6502
-       d_68000,                        // 3 .68000 
+       d_68000,                        // 3 .68000
        d_bss,                          // 4 bss
-       d_data,                         // 5 data 
-       d_text,                         // 6 text 
-       d_abs,                          // 7 abs 
-       d_comm,                         // 8 comm 
-       (void *)d_init,                 // 9 init 
-       d_cargs,                        // 10 cargs 
-       (void *)d_goto,                 // 11 goto 
-       (void *)d_dc,                   // 12 dc 
-       (void *)d_ds,                   // 13 ds 
-       d_undmac,                       // 14 undefmac 
+       d_data,                         7// 5 data
+       d_text,                         // 6 text
+       d_abs,                          // 7 abs
+       d_comm,                         // 8 comm
+       (void *)d_init,                 // 9 init
+       d_cargs,                        // 10 cargs
+       (void *)d_goto,                 // 11 goto
+       (void *)d_dc,                   // 12 dc
+       (void *)d_ds,                   // 13 ds
+       d_undmac,                       // 14 undefmac
        d_gpu,                          // 15 .gpu
        d_dsp,                          // 16 .dsp
-       (void *)d_dcb,                  // 17 dcb 
-       d_unimpl,                       // 18* set 
-       d_unimpl,                       // 19* reg 
-       d_unimpl,                       // 20 dump 
-       d_incbin,                       // 21 .incbin //load 
-       d_unimpl,                       // 22 disable 
-       d_unimpl,                       // 23 enable 
-       d_globl,                        // 24 globl 
+       (void *)d_dcb,                  // 17 dcb
+       d_unimpl,                       // 18* set
+       d_unimpl,                       // 19* reg
+       d_unimpl,                       // 20 dump
+       d_incbin,                       // 21 .incbin //load
+       d_unimpl,                       // 22 disable
+       d_unimpl,                       // 23 enable
+       d_globl,                        // 24 globl
        d_regbank0,                     // 25 .regbank0
        d_regbank1,                     // 26 .regbank1
-       d_unimpl,                       // 27 xdef 
-       d_assert,                       // 28 assert 
-       d_unimpl,                       // 29* if 
-       d_unimpl,                       // 30* endif 
-       d_unimpl,                       // 31* endc 
-       d_unimpl,                       // 32* iif 
-       d_include,                      // 33 include 
-       fpop,                           // 34 end 
-       d_unimpl,                       // 35* macro 
-       ExitMacro,                      // 36* exitm 
-       d_unimpl,                       // 37* endm 
-       d_list,                         // 38 list 
-       d_nlist,                        // 39 nlist 
-       d_long,                         // 40* rept 
-       d_phrase,                       // 41* endr 
-       d_dphrase,                      // 42 struct 
-       d_qphrase,                      // 43 ends 
-       d_title,                        // 44 title 
-       d_subttl,                       // 45 subttl 
-       eject,                          // 46 eject 
-       d_unimpl,                       // 47 error 
-       d_unimpl,                       // 48 warn 
+       d_unimpl,                       // 27 xdef
+       d_assert,                       // 28 assert
+       d_unimpl,                       // 29* if
+       d_unimpl,                       // 30* endif
+       d_unimpl,                       // 31* endc
+       d_unimpl,                       // 32* iif
+       d_include,                      // 33 include
+       fpop,                           // 34 end
+       d_unimpl,                       // 35* macro
+       ExitMacro,                      // 36* exitm
+       d_unimpl,                       // 37* endm
+       d_list,                         // 38 list
+       d_nlist,                        // 39 nlist
+       d_long,                         // 40* rept
+       d_phrase,                       // 41* endr
+       d_dphrase,                      // 42 struct
+       d_qphrase,                      // 43 ends
+       d_title,                        // 44 title
+       d_subttl,                       // 45 subttl
+       eject,                          // 46 eject
+       d_unimpl,                       // 47 error
+       d_unimpl,                       // 48 warn
        d_noclear,                      // 49 .noclear
        d_equrundef,            // 50 .equrundef/.regundef
        d_ccundef,                      // 51 .ccundef
diff --git a/rmac.c b/rmac.c
index 27642ecb11f99810d79159cd9c7ee51923b060af..a8eb72c8661e95d3108a1acb2c3e7007784479b2 100644 (file)
--- a/rmac.c
+++ b/rmac.c
@@ -318,6 +318,7 @@ int Process(int argc, char ** argv)
                                                ++errcnt;
                                                return errcnt;
                                }
+
                                // Enforce Alcyon object format - kind of silly
                                // to ask for .prg output without it!
                                obj_format = ALCYON;
index 48f7ad0e352af3cb9906caef944bbf2e4b1fe9d2..92dead743bc6b3cd50d2362adb2d04f892566da9 100644 (file)
--- a/version.h
+++ b/version.h
@@ -13,6 +13,6 @@
 
 #define MAJOR   1              // Major version number
 #define MINOR   3              // Minor version number
-#define PATCH   13             // Patch release number
+#define PATCH   14             // Patch release number
 
 #endif // __VERSION_H__