summaryrefslogtreecommitdiff
path: root/gnulib-local/lib/obstack.h.diff
blob: c4d2013f7d2527e560f6a5c1b94b6d8ca89fe4fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*** obstack.h.orig	2014-04-07 15:57:16.908837962 +0900
--- obstack.h	2014-04-07 15:58:22.208411479 +0900
***************
*** 201,210 ****
     more memory.  This can be set to a user defined function which
     should either abort gracefully or use longjump - but shouldn't
     return.  The default action is to print a message and abort.  */
! extern void (*obstack_alloc_failed_handler) (void);
  
  /* Exit value used when 'print_and_abort' is used.  */
! extern int obstack_exit_failure;
  
  /* Pointer to beginning of object being allocated or to be allocated next.
     Note that this might not be the final address of the object
--- 201,210 ----
     more memory.  This can be set to a user defined function which
     should either abort gracefully or use longjump - but shouldn't
     return.  The default action is to print a message and abort.  */
! extern DLL_VARIABLE void (*obstack_alloc_failed_handler) (void);
  
  /* Exit value used when 'print_and_abort' is used.  */
! extern DLL_VARIABLE int obstack_exit_failure;
  
  /* Pointer to beginning of object being allocated or to be allocated next.
     Note that this might not be the final address of the object