summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMats <d912e3@gmail.com>2014-03-11 20:15:36 +0100
committerMichael Stapelberg <michael@stapelberg.de>2014-03-12 08:28:16 +0100
commit4f7da73885934a052425fc71861b0c9922c2122f (patch)
treef3872ee680309fa8955318f4d3a586cb08846a9d /Makefile
parent52814295a0b3a0785631256e9e2dc6b8139e2be8 (diff)
Unify use of string comparisons
* strncmp(s1, s2, strlen(s2)) → BEGINS_WITH(s1, s2) * strncmp(s1, s2, strlen(s1)) → strcmp(s1, s2) * Prefer case-insensitive comparison for options
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions