Log In
source-git
/
systemd
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
7de9aac2f76fd84a00a5e1991a4db00dea6cd601
7de9aac2f76fd84a00a5e1991a4db00dea6cd601
coccinelle
bool-cast.cocci
Fork and Edit
Blob
Blame
History
Raw
@@ bool b; expression y; @@ - b = !!(y); + b = y; @@ bool b; expression y; @@ - b = !!y; + b = y;