Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-03-19 21:49:40 +0400
committerChristopher Faylor <me@cgf.cx>2012-03-19 21:49:40 +0400
commit374d215ccadb50bcff6d54e9e7fdbeae9e471624 (patch)
tree75f45a1c89554d09019795b81189bc435228408e /winsup/cygwin/cygprops.h
parent548dc6a14d286383a094eb5f2689aabdeefda73f (diff)
* cygprops.h: Use #pragma once.
* mkglobals_h: Ditto for generated globals.h file. * globals.cc: Use specific NO_GLOBALS_H flag to control inclusion of globals.h. * winsup.h: Honor NO_GLOBALS_H to control inclusion of globals.h. Make clear_procimptoken extern inline so that it is only defined when needed.
Diffstat (limited to 'winsup/cygwin/cygprops.h')
-rw-r--r--winsup/cygwin/cygprops.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/cygprops.h b/winsup/cygwin/cygprops.h
index fa367bc5b..70ea3cc5a 100644
--- a/winsup/cygwin/cygprops.h
+++ b/winsup/cygwin/cygprops.h
@@ -1,6 +1,6 @@
/* cygprops.h: Cygwin DLL properties
- Copyright 2009 Red Hat, Inc.
+ Copyright 2009, 2012 Red Hat, Inc.
This file is part of Cygwin.
@@ -8,6 +8,7 @@ This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
+#pragma once
/* DLL properties data. */
struct cygwin_props_t
{