File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7171 strategy :
7272 matrix :
7373 os : ["windows-latest", "macos-latest"]
74- sdl-version : ["2.0.14", "2.0.16"]
74+ sdl-version : ["2.0.14", "2.0.16", "2.30.0" ]
7575 fail-fast : true
7676 steps :
7777 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3333# Used to remove excessive newlines in debug outputs.
3434RE_NEWLINES = re .compile (r"\n\n+" )
3535# Functions using va_list need to be culled.
36- RE_VAFUNC = re .compile (r"^.*?\([^()]*va_list[^()]*\); $" , re .MULTILINE )
36+ RE_VAFUNC = re .compile (r"^.*?\([^()]*va_list[^()]*\)\s*;\s* $" , re .MULTILINE )
3737# Static inline functions need to be culled.
3838RE_INLINE = re .compile (r"^static inline.*?^}$" , re .MULTILINE | re .DOTALL )
3939# Most SDL_PIXELFORMAT names need their values scrubbed.
You can’t perform that action at this time.
0 commit comments