Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some unnecessary backslash line continuation #12047

Merged
merged 7 commits into from
Feb 21, 2024

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    2e9dfe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ad50da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cebfaeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de51ea4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4dfce33 View commit details
    Browse the repository at this point in the history
  6. cpu/m68000/m68000gen.py: Use parentheses in preference to using a bac…

    …kslash for line continuation
    amameuser committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e424d75 View commit details
    Browse the repository at this point in the history
  7. cpu/m68000/m68000gen.py: Regenerate source files

    m68000gen.py decode m68000.lst m68000-decode.cpp
    m68000gen.py header m68000.lst m68000-head.h
    m68000gen.py sdf m68000.lst m68000-sdf.cpp
    m68000gen.py sdp m68000.lst m68000-sdp.cpp
    m68000gen.py sif m68000.lst m68000-sif.cpp
    m68000gen.py sip m68000.lst m68000-sip.cpp
    m68000gen.py headerm m68000.lst m68000mcu-head.h
    m68000gen.py sdfm m68000.lst m68000mcu-sdfm.cpp
    m68000gen.py sdpm m68000.lst m68000mcu-sdpm.cpp
    m68000gen.py sifm m68000.lst m68000mcu-sifm.cpp
    m68000gen.py sipm m68000.lst m68000mcu-sipm.cpp
    m68000gen.py header8 m68000.lst m68008-head.h
    m68000gen.py sdf8 m68000.lst m68008-sdf8.cpp
    m68000gen.py sdp8 m68000.lst m68008-sdp8.cpp
    m68000gen.py sif8 m68000.lst m68008-sif8.cpp
    m68000gen.py sip8 m68000.lst m68008-sip8.cpp
    amameuser committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    eebc62f View commit details
    Browse the repository at this point in the history