1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Cleanup of <> and ""

This commit is contained in:
Bruce Momjian
2000-05-29 21:25:07 +00:00
parent 6ed00fee53
commit 6c944bf3cc
35 changed files with 79 additions and 79 deletions

View File

@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: libpgtcl.h,v 1.9 2000/01/26 05:58:43 momjian Exp $
* $Id: libpgtcl.h,v 1.10 2000/05/29 21:25:03 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -16,7 +16,7 @@
#ifndef LIBPGTCL_H
#define LIBPGTCL_H
#include "tcl.h"
#include <tcl.h>
extern int Pgtcl_Init(Tcl_Interp *interp);
extern int Pgtcl_SafeInit(Tcl_Interp *interp);