]> Shamusworld >> Repos - rmac/blobdiff - parmode.h
Roll back TOKENPTR changes and most of the .u32 changes weren't needed.
[rmac] / parmode.h
index e5e0b91606ed1e3256c5919e210b2d35c1ea1b91..64c3b5c86981c3576a099d2a921d04328de219da 100644 (file)
--- a/parmode.h
+++ b/parmode.h
                                AMn = MEMPOST;
                                goto AnOK;
                        }
-                       else if (*tok==',')
+                       else if (*tok == ',')
                        {
                                tok++;  // eat the comma
                                // It might be (Dn[.wl][*scale],od)
                                        // bd=0 so let's optimise it out
                                        AnEXTEN|=EXT_BDSIZE0;
                                }
-                               else if (*tok==DOTL)
+                               else if (*tok == DOTL)
                                {                                               // ([bd.l,...
                                                AnEXTEN |= EXT_BDSIZEL;
                                                tok++;