Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 648308
Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +1 lines)
Line  Link Here
0
-- a/tk707AppInit.c
0
++ b/tk707AppInit.c
Lines 31-43 Link Here
31
extern int Init_tk707(Tcl_Interp *interp);
31
extern int Init_tk707(Tcl_Interp *interp);
32
extern int Init_tk707_Scripts(Tcl_Interp *interp);
32
extern int Init_tk707_Scripts(Tcl_Interp *interp);
33
33
34
/*
35
 * The following variable is a special hack that is needed in order for
36
 * Sun shared libraries to be used for Tcl.
37
 */
38
39
int *tclDummyMathPtr = (int *) matherr;
40
41
#ifdef TK_TEST
34
#ifdef TK_TEST
42
extern int		Tktest_Init _ANSI_ARGS_((Tcl_Interp *interp));
35
extern int		Tktest_Init _ANSI_ARGS_((Tcl_Interp *interp));
43
#endif /* TK_TEST */
36
#endif /* TK_TEST */

Return to bug 648308