1 1.1 mrg /* DO NOT EDIT THIS FILE. 2 1.1 mrg 3 1.1 mrg It has been auto-edited by fixincludes from: 4 1.1 mrg 5 1.1 mrg "fixinc/tests/inc/X11/ShellP.h" 6 1.1 mrg 7 1.1 mrg This had to be done to correct non-standard usages in the 8 1.1 mrg original, manufacturer supplied header file. */ 9 1.1 mrg 10 1.1 mrg 11 1.1 mrg 12 1.1 mrg #if defined( X11_CLASS_CHECK ) 13 1.1 mrg struct { 14 1.1 mrg #ifdef __cplusplus 15 1.1 mrg char *c_class; 16 1.1 mrg #else 17 1.1 mrg char *class; 18 1.1 mrg #endif 19 1.1 mrg } mumble; 20 1.1 mrg 21 1.1 mrg #endif /* X11_CLASS_CHECK */ 22