--- projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclunidata.c 2016/10/30 04:21:11 64 +++ projs/trunk/shared_source/c_tcl_base_7_5_w_mods/tclunidata.c 2016/10/31 00:57:34 67 @@ -1,5 +1,4 @@ /* $Header$ */ - /* * tclUtfData.c -- * @@ -586,13 +585,4 @@ #define GetUniCharInfo(ch) (groups[groupMap[(pageMap[(((int)(ch)) & 0xffff) >> OFFSET_BITS] << OFFSET_BITS) | ((ch) & ((1 << OFFSET_BITS)-1))]]) - -/* $History: tclunidata.c $ - * - * ***************** Version 1 ***************** - * User: Dtashley Date: 1/02/01 Time: 1:05a - * Created in $/IjuScripter, IjuConsole/Source/Tcl Base - * Initial check-in. - */ - -/* End of TCLUNIDATA.C */ \ No newline at end of file +/* End of tclunidata.c */