~ubuntu-branches/ubuntu/raring/hivex/raring

« back to all changes in this revision

Viewing changes to m4/msvc-nothrow.m4

  • Committer: Package Import Robot
  • Author(s): Hilko Bengen
  • Date: 2011-12-01 22:09:50 UTC
  • mfrom: (6.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20111201220950-bm48fpock4e7l6rd
* New upstream version
* [1f9e20f] Cleared patch queue, added gnulib fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# msvc-nothrow.m4 serial 1
 
2
dnl Copyright (C) 2011 Free Software Foundation, Inc.
 
3
dnl This file is free software; the Free Software Foundation
 
4
dnl gives unlimited permission to copy and/or distribute it,
 
5
dnl with or without modifications, as long as this notice is preserved.
 
6
 
 
7
AC_DEFUN([gl_MSVC_NOTHROW],
 
8
[
 
9
  AC_REQUIRE([gl_MSVC_INVAL])
 
10
])