diff options
| author | Bruce Momjian | 1999-02-13 23:22:53 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-02-13 23:22:53 +0000 |
| commit | 6724a5078748946b8150700125571b6ea62feca8 (patch) | |
| tree | a7b3f2cf82f0bdb7cf836d1d4614a0e3b32df954 /src/utils | |
| parent | 8c3fff7337b6389b00e8dda03a079605ee102f1b (diff) | |
Change my-function-name-- to my_function_name, and optimizer renames.
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/dllinit.c | 2 | ||||
| -rw-r--r-- | src/utils/getopt.c | 2 | ||||
| -rw-r--r-- | src/utils/strdup.c | 4 | ||||
| -rw-r--r-- | src/utils/version.c | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/src/utils/dllinit.c b/src/utils/dllinit.c index 76a20abdeb..c86a5274ae 100644 --- a/src/utils/dllinit.c +++ b/src/utils/dllinit.c @@ -59,7 +59,7 @@ extern struct _reent *__imp_reent_data; /* *---------------------------------------------------------------------- * - * DllMain -- + * DllMain * * This routine is called by the Mingw32, Cygwin32 or VC++ C run * time library init code, or the Borland DllEntryPoint routine. It diff --git a/src/utils/getopt.c b/src/utils/getopt.c index f81b35503b..c36550422d 100644 --- a/src/utils/getopt.c +++ b/src/utils/getopt.c @@ -51,7 +51,7 @@ char *optarg; /* argument associated with option */ #define EMSG "" /* - * getopt -- + * getopt * Parse argc/argv argument vector. */ int diff --git a/src/utils/strdup.c b/src/utils/strdup.c index 83b4919c49..6955aa7423 100644 --- a/src/utils/strdup.c +++ b/src/utils/strdup.c @@ -1,13 +1,13 @@ /*------------------------------------------------------------------------- * - * strdup.c-- + * strdup.c * copies a null-terminated string. * * Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/utils/Attic/strdup.c,v 1.5 1998/02/26 04:46:47 momjian Exp $ + * $Header: /cvsroot/pgsql/src/utils/Attic/strdup.c,v 1.6 1999/02/13 23:22:52 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/utils/version.c b/src/utils/version.c index 7dafe60b31..9ed16feb60 100644 --- a/src/utils/version.c +++ b/src/utils/version.c @@ -1,13 +1,13 @@ /*------------------------------------------------------------------------- * - * version.c-- + * version.c * Routines to handle Postgres version number. * * Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.10 1999/01/17 06:20:06 momjian Exp $ + * $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.11 1999/02/13 23:22:53 momjian Exp $ * * NOTES * XXX eventually, should be able to handle version identifiers |
