diff options
author | joye <joye> | 2013-09-12 18:29:46 (GMT) |
---|---|---|
committer | joye <joye> | 2013-09-12 18:29:46 (GMT) |
commit | 47c68a1759223ae318e534902a093eb99581dc5d (patch) | |
tree | 5d912b6099d409d82c8e937df8eba5bde42aaa4f /src/bltConfig.h | |
parent | ee76a00af27b3df9aff1773cc21320d779fd7edd (diff) | |
download | blt-47c68a1759223ae318e534902a093eb99581dc5d.zip blt-47c68a1759223ae318e534902a093eb99581dc5d.tar.gz blt-47c68a1759223ae318e534902a093eb99581dc5d.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltConfig.h')
-rw-r--r-- | src/bltConfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bltConfig.h b/src/bltConfig.h index 02d04e9..9b4891e 100644 --- a/src/bltConfig.h +++ b/src/bltConfig.h @@ -30,8 +30,6 @@ #ifndef BLT_CONFIG_H #define BLT_CONFIG_H -# include <stddef.h> - #ifndef Blt_Offset #ifdef offsetof #define Blt_Offset(type, field) ((int) offsetof(type, field)) @@ -40,7 +38,6 @@ #endif #endif /* Blt_Offset */ - typedef int (Blt_OptionParseProc)(ClientData clientData, Tcl_Interp *interp, Tk_Window tkwin, Tcl_Obj *objPtr, char *widgRec, int offset, int flags); typedef Tcl_Obj *(Blt_OptionPrintProc)(ClientData clientData, |