~ubuntu-branches/ubuntu/trusty/libguestfs/trusty

« back to all changes in this revision

Viewing changes to gnulib/tests/test-stdint.c

  • Committer: Package Import Robot
  • Author(s): Hilko Bengen
  • Date: 2012-04-13 20:14:25 UTC
  • mfrom: (15.1.29 sid)
  • Revision ID: package-import@ubuntu.com-20120413201425-28jcqz73eewoq1my
Tags: 1:1.16.18-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Test of <stdint.h> substitute.
2
 
   Copyright (C) 2006-2011 Free Software Foundation, Inc.
 
2
   Copyright (C) 2006-2012 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
21
21
/* Whether to enable pedantic checks. */
22
22
#define DO_PEDANTIC 0
23
23
 
24
 
#define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
25
 
#define __STDC_CONSTANT_MACROS 1 /* likewise */
26
24
#include <stdint.h>
27
25
 
28
26
#include "verify.h"