File: argmatch.h.diff

package info (click to toggle)
gettext 0.23.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 167,652 kB
  • sloc: ansic: 532,868; sh: 68,216; perl: 28,011; makefile: 9,046; lisp: 3,184; yacc: 1,055; java: 615; cs: 589; cpp: 397; objc: 343; sed: 79; tcl: 63; xml: 40; pascal: 11; awk: 7; php: 7
file content (19 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** gnulib/lib/argmatch.h	2005-09-23 06:15:13.000000000 +0200
--- gettext-tools/lib/argmatch.h	2006-07-22 15:57:18.000000000 +0200
***************
*** 50,56 ****
     return.  By default, this is a function that calls ARGMATCH_DIE which
     in turn defaults to 'exit (exit_failure)'.  */
  typedef void (*argmatch_exit_fn) (void);
! extern argmatch_exit_fn argmatch_die;
  
  /* Report on stderr why argmatch failed.  Report correct values. */
  
--- 50,56 ----
     return.  By default, this is a function that calls ARGMATCH_DIE which
     in turn defaults to 'exit (exit_failure)'.  */
  typedef void (*argmatch_exit_fn) (void);
! extern DLL_VARIABLE argmatch_exit_fn argmatch_die;
  
  /* Report on stderr why argmatch failed.  Report correct values. */