Convert uses of XKeycodeToKeysym (deprecated) to XkbKeycodeToKeysym
[oweals/cde.git] / cde / lib / tt / bin / dbck / admindefines
1 XCOMM $XConsortium: admindefines /main/2 1996/05/07 19:15:52 drk $
2
3 #ifdef sun
4 /*
5  * Some tooltalk header files contain inline references to internal
6  * functions.  Attempting to compile with -g fails because these
7  * inline references expand into unresolved symbols.  Until tooltalk
8  * is fixed force use of -g0.  See CDExc20311 for details. 
9  */
10 # define DebuggableCplusplusDebugFlags -g0
11 #endif