comparison tests/test-argmatch.c @ 14384:588ed4cdea87

Fix misindentation of preprocessor directives. * lib/argp-namefrob.h: Reindent preprocessor directives. * lib/getopt_int.h (struct _getopt_data): Likewise. * lib/progreloc.c (maybe_executable, find_executable): Likewise. * lib/vasnprintf.c (decode_long_double): Likewise. * tests/test-argmatch.c: Insert blank lines, for clarity. * tests/test-exclude.c: Likewise.
author Bruno Haible <bruno@clisp.org>
date Wed, 23 Feb 2011 10:58:06 +0100
parents 724011432f7b
children 7d9ccb480220
comparison
equal deleted inserted replaced
14383:e514f670d508 14384:588ed4cdea87
27 #include "macros.h" 27 #include "macros.h"
28 28
29 /* Some packages define ARGMATCH_DIE and ARGMATCH_DIE_DECL in <config.h>, and 29 /* Some packages define ARGMATCH_DIE and ARGMATCH_DIE_DECL in <config.h>, and
30 thus must link with a definition of that function. Provide it here. */ 30 thus must link with a definition of that function. Provide it here. */
31 #ifdef ARGMATCH_DIE_DECL 31 #ifdef ARGMATCH_DIE_DECL
32
32 # if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8) 33 # if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8)
33 # define _GL_ATTRIBUTE_NORETURN __attribute__ ((__noreturn__)) 34 # define _GL_ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
34 # else 35 # else
35 # define _GL_ATTRIBUTE_NORETURN /* empty */ 36 # define _GL_ATTRIBUTE_NORETURN /* empty */
36 # endif 37 # endif
37 38
38 ARGMATCH_DIE_DECL _GL_ATTRIBUTE_NORETURN; 39 ARGMATCH_DIE_DECL _GL_ATTRIBUTE_NORETURN;
39 ARGMATCH_DIE_DECL { exit (1); } 40 ARGMATCH_DIE_DECL { exit (1); }
41
40 #endif 42 #endif
41 43
42 enum backup_type 44 enum backup_type
43 { 45 {
44 no_backups, 46 no_backups,