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 71
71
strategy :
72
72
matrix :
73
73
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" ]
75
75
fail-fast : true
76
76
steps :
77
77
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 33
33
# Used to remove excessive newlines in debug outputs.
34
34
RE_NEWLINES = re .compile (r"\n\n+" )
35
35
# 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 )
37
37
# Static inline functions need to be culled.
38
38
RE_INLINE = re .compile (r"^static inline.*?^}$" , re .MULTILINE | re .DOTALL )
39
39
# Most SDL_PIXELFORMAT names need their values scrubbed.
You can’t perform that action at this time.
0 commit comments