joaquin.a.garcia@xxxxxx writes: > I am using gcc version 3.0.2, I am looking for a configuration > option that warns me when it find Identifiers that are greater than > 31 chars in my code. There is none. Since most toolchains nowadays handle much longer identifers, for example to be able to compile c++ with mangled names, it's unlikely that it'd be ever added. -- Falk