comparison src/gaimrc.c @ 1976:24aed1c31342

[gaim-migrate @ 1986] Just removed some annoying C++ style comments. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 08 Jun 2001 23:17:17 +0000
parents c9db54d8d8dc
children ab15b91b93d8
comparison
equal deleted inserted replaced
1975:0e96cd6b4d32 1976:24aed1c31342
76 if (*c == '\t') { 76 if (*c == '\t') {
77 c++; 77 c++;
78 continue; 78 continue;
79 } 79 }
80 if (inopt) { 80 if (inopt) {
81 // if ((*c < 'a' || *c > 'z') && *c != '_') { 81 /* if ((*c < 'a' || *c > 'z') && *c != '_') { */
82 if ((*c < 'a' || *c > 'z') && *c != '_' && (*c < 'A' || *c > 'Z')) { 82 if ((*c < 'a' || *c > 'z') && *c != '_' && (*c < 'A' || *c > 'Z')) {
83 inopt = 0; 83 inopt = 0;
84 p.option[optlen] = 0; 84 p.option[optlen] = 0;
85 c++; 85 c++;
86 continue; 86 continue;