1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Remove machine.h, since it wasn't doing anything that config.h wasn't

already doing

Removed only reference to a machine.h I could find in c.h, to win32/machine.h
This commit is contained in:
Marc G. Fournier
1997-02-09 04:50:25 +00:00
parent e7c767b477
commit 86c28441b4
16 changed files with 1 additions and 253 deletions

View File

@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: c.h,v 1.7 1997/02/08 20:39:50 momjian Exp $
* $Id: c.h,v 1.8 1997/02/09 04:50:25 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -754,7 +754,6 @@ extern char *form(char *fmt, ...);
#if defined(WIN32)
#include "port/win32/nt.h"
#include "port/win32/machine.h"
#endif /* WIN32 */
/* ----------------