|
12 | 12 | * See the file "license.terms" for information on usage and redistribution |
13 | 13 | * of this file, and for a DISCLAIMER OF ALL WARRANTIES. |
14 | 14 | * |
15 | | - * RCS: @(#) $Id: tcl.h,v 1.32 1999/01/06 21:08:50 stanton Exp $ |
| 15 | + * RCS: @(#) $Id: tcl.h,v 1.33 1999/02/03 02:58:25 stanton Exp $ |
16 | 16 | */ |
17 | 17 |
|
18 | 18 | #ifndef _TCL |
@@ -1072,7 +1072,6 @@ EXTERN void Tcl_AppendToObj _ANSI_ARGS_((Tcl_Obj *objPtr, |
1072 | 1072 | char *bytes, int length)); |
1073 | 1073 | EXTERN void Tcl_AppendStringsToObj _ANSI_ARGS_( |
1074 | 1074 | TCL_VARARGS(Tcl_Obj *,interp)); |
1075 | | -EXTERN int Tcl_AppInit _ANSI_ARGS_((Tcl_Interp *interp)); |
1076 | 1075 | EXTERN Tcl_AsyncHandler Tcl_AsyncCreate _ANSI_ARGS_((Tcl_AsyncProc *proc, |
1077 | 1076 | ClientData clientData)); |
1078 | 1077 | EXTERN void Tcl_AsyncDelete _ANSI_ARGS_((Tcl_AsyncHandler async)); |
@@ -1562,6 +1561,17 @@ EXTERN int Tcl_Write _ANSI_ARGS_((Tcl_Channel chan, |
1562 | 1561 | EXTERN void Tcl_WrongNumArgs _ANSI_ARGS_((Tcl_Interp *interp, |
1563 | 1562 | int objc, Tcl_Obj *CONST objv[], char *message)); |
1564 | 1563 |
|
| 1564 | +#undef TCL_STORAGE_CLASS |
| 1565 | +#define TCL_STORAGE_CLASS |
| 1566 | + |
| 1567 | +/* |
| 1568 | + * Convenience declaration of Tcl_AppInit for backwards compatibility. |
| 1569 | + * This function is not *implemented* by the tcl library, so the storage |
| 1570 | + * class is neither DLLEXPORT nor DLLIMPORT |
| 1571 | + */ |
| 1572 | + |
| 1573 | +EXTERN int Tcl_AppInit _ANSI_ARGS_((Tcl_Interp *interp)); |
| 1574 | + |
1565 | 1575 | #endif /* RESOURCE_INCLUDED */ |
1566 | 1576 |
|
1567 | 1577 | #undef TCL_STORAGE_CLASS |
|
0 commit comments