| 1 | | It appears that cpp option SSW_ZORIP is written with the letter "Oh" within ssw_bbl.h, but written with the number "zero" in cppdefs.h. When I define SSW_Z0RIP (with zero), it appears in the listed options in the output file, but doesn't actually use the requested code. When I define SSW_ZORIP (with the letter "Oh"), it doesn't appear in the listed options, but does use the requested code. Is the fix as simple as changing the zero in cppdefs.h? |
| | 1 | It appears that cpp option '''SSW_ZORIP''' is written with the letter '''O''' within '''ssw_bbl.h''', but written with the number '''0''' (zero) in '''cppdefs.h'''. When I define '''SSW_Z0RIP''' (with zero), it appears in the listed options in the output file, but doesn't actually use the requested code. When I define '''SSW_ZORIP''' (with the letter '''O'''), it doesn't appear in the listed options, but does use the requested code. Is the fix as simple as changing the zero in '''cppdefs.h'''? |