Mercurial > hg > octave-nkf > gnulib-hg
view modules/msvc-inval @ 16749:2c1499f688aa
logf-ieee: Fix test whether logf works.
* m4/logf.m4 (gl_FUNC_LOGF): Fix typo in test program.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 01 Apr 2012 19:31:01 +0200 |
parents | 6ef4d991e582 |
children | 1f14c6dd175d |
line wrap: on
line source
Description: invalid parameter handler for MSVC runtime libraries Files: lib/msvc-inval.h lib/msvc-inval.c m4/msvc-inval.m4 Depends-on: configure.ac: gl_MSVC_INVAL if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then AC_LIBOBJ([msvc-inval]) fi Makefile.am: Include: "msvc-inval.h" License: LGPLv2+ Maintainer: Bruno Haible