~ubuntu-branches/ubuntu/wily/man-db/wily-proposed

« back to all changes in this revision

Viewing changes to gnulib/lib/msvc-inval.c

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-06-24 11:34:02 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20130624113402-6xdn53l2p9qu8yus
Tags: 2.6.4-1
* New upstream release:
  - Document default section list in manual pages (closes: #611007).
  - Quieten most warnings from compiling Gnulib (closes: #668429).
  - The MANLESS environment variable is now treated as if it were a
    default value for the -r option to man: occurrences of the text
    "$MAN_PN" are expanded, and explicitly using the -r option overrides
    the default (closes: #690831).
* Use 'set -e' rather than '#! /bin/sh -e' in maintainer scripts.
* Remove maintainer script support for direct upgrades from pre-etch
  (three releases before current stable).
* Breaks/Replaces manpages-zh (<< 1.5.2-1.1); man-db now ships zh_CN
  translations formerly included there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Invalid parameter handler for MSVC runtime libraries.
2
 
   Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
2
   Copyright (C) 2011-2013 Free Software Foundation, Inc.
3
3
 
4
4
   This program is free software; you can redistribute it and/or modify
5
5
   it under the terms of the GNU General Public License as published by
28
28
 
29
29
# if MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING
30
30
 
31
 
static void cdecl
 
31
static void __cdecl
32
32
gl_msvc_invalid_parameter_handler (const wchar_t *expression,
33
33
                                   const wchar_t *function,
34
34
                                   const wchar_t *file,
45
45
 
46
46
#  if defined _MSC_VER
47
47
 
48
 
static void cdecl
 
48
static void __cdecl
49
49
gl_msvc_invalid_parameter_handler (const wchar_t *expression,
50
50
                                   const wchar_t *function,
51
51
                                   const wchar_t *file,
94
94
    }
95
95
}
96
96
 
97
 
static void cdecl
 
97
static void __cdecl
98
98
gl_msvc_invalid_parameter_handler (const wchar_t *expression,
99
99
                                   const wchar_t *function,
100
100
                                   const wchar_t *file,