* include/fenv.h: Add missing _FENV_H_ define.
This commit is contained in:
parent
6d49e852e1
commit
7054950175
|
@ -1,3 +1,7 @@
|
||||||
|
2011-04-24 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/fenv.h: Add missing _FENV_H_ define.
|
||||||
|
|
||||||
2011-04-23 Corinna Vinschen <corinna@vinschen.de>
|
2011-04-23 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* registry.cc (reg_key::get_dword): Rename from get_int, use DWORD
|
* registry.cc (reg_key::get_dword): Rename from get_int, use DWORD
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* fenv.h
|
/* fenv.h
|
||||||
|
|
||||||
Copyright 2010 Red Hat, Inc.
|
Copyright 2010, 2011 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||||
details. */
|
details. */
|
||||||
|
|
||||||
#ifndef _FENV_H_
|
#ifndef _FENV_H_
|
||||||
|
#define _FENV_H_
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Reference in New Issue