From 6724a5078748946b8150700125571b6ea62feca8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 13 Feb 1999 23:22:53 +0000 Subject: Change my-function-name-- to my_function_name, and optimizer renames. --- src/bin/pgtclsh/pgtkAppInit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/bin/pgtclsh/pgtkAppInit.c') diff --git a/src/bin/pgtclsh/pgtkAppInit.c b/src/bin/pgtclsh/pgtkAppInit.c index 0bf685bd1a..46af3ffaa9 100644 --- a/src/bin/pgtclsh/pgtkAppInit.c +++ b/src/bin/pgtclsh/pgtkAppInit.c @@ -1,5 +1,5 @@ /* - * pgtkAppInit.c -- + * pgtkAppInit.c * * a skeletal Tcl_AppInit that provides pgtcl initialization * to create a tclsh that can talk to pglite backends @@ -29,7 +29,7 @@ int *tclDummyMathPtr = (int *) matherr; /* *---------------------------------------------------------------------- * - * main -- + * main * * This is the main program for the application. * @@ -55,7 +55,7 @@ main(int argc, char **argv) /* *---------------------------------------------------------------------- * - * Tcl_AppInit -- + * Tcl_AppInit * * This procedure performs application-specific initialization. * Most applications, especially those that incorporate additional -- cgit v1.2.1