]> git.alsa-project.org Git - alsa-tools.git/commit
envy24control - Don't redeclare isblank().
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Wed, 27 May 2009 21:20:33 +0000 (23:20 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 May 2009 10:27:24 +0000 (12:27 +0200)
commit13cbbe000051bf37e66cfc6efce5da8313126f96
tree4262b391d12d6d20f4cb61cbeaec4e7674525d8b
parent50343797287e7944821b06537dae6eded99a727c
envy24control - Don't redeclare isblank().

While technically isblank() is a C library function, nothing stops it from
being a macro, and indeed it seems to be on glibc-2.10.

This should not be a problem because ctype.h already declares it on
probably all the systems where it's used.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
envy24control/strstr_icase_blank.c