CVSROOT: /usr/cvs Changes by: jkrell at birch. 11/01/05 15:21:51 Modified files: cm3/m3-libs/m3core/src/unix/Common/: Uconstants.c Log message: const => EXTERN_CONST This makes it mean the same thing in all C and C++ compilers. Just plain "extern const" would do the same, but that gcc warns for this correct unambiguous portable usage..