mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
ANSIfy some more forward declarations.
This commit is contained in:
parent
8ec68fded2
commit
58d0510245
8 changed files with 13 additions and 13 deletions
|
@ -433,8 +433,8 @@ Tcl_AppInit(Tcl_Interp *interp)
|
|||
* `tkMain.c'.
|
||||
*/
|
||||
|
||||
static void EnableEventHook(); /* Forward */
|
||||
static void DisableEventHook(); /* Forward */
|
||||
static void EnableEventHook(void); /* Forward */
|
||||
static void DisableEventHook(void); /* Forward */
|
||||
|
||||
static TkappObject *
|
||||
Tkapp_New(char *screenName, char *baseName, char *className, int interactive)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue