Chameleon

Chameleon Commit Details

Date:2014-10-23 06:06:17 (9 years 6 months ago)
Author:Chuck Fry
Commit:2446
Parents: 2445
Message:Comment out some unused functions by expanding "#if UNUSED" conditional
Changes:
M/branches/chucko/i386/libsaio/stringTable.c

File differences

branches/chucko/i386/libsaio/stringTable.c
3636
3737
3838
39
40
3941
4042
4143
......
7072
7173
7274
73
74
7575
7676
7777
bool sysConfigValid;
#if UNUSED
/*
* Compare a string to a key with quoted characters
*/
return 0;
}
#if UNUSED
static void eatThru(char val, const char **table_p)
{
register const char *table = *table_p;

Archive Download the corresponding diff file

Revision: 2446