Move variable.c to commands/ and aclchk.c to catalog/.

This commit is contained in:
Bruce Momjian 1998-01-05 18:53:12 +00:00
parent 9db64857e0
commit 42acc6e8c4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* Headers for handling of 'SET var TO', 'SHOW var' and 'RESET var'
* statements
*
* $Id: variable.h,v 1.7 1997/11/07 06:45:16 thomas Exp $
* $Id: variable.h,v 1.1 1998/01/05 18:53:08 momjian Exp $
*
*/
#ifndef VARIABLE_H