X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gnulib-local%2Flib%2Fobstack.h.diff;h=ae294b5a1425f464b41033a50c1f4f4991e483e5;hb=5d61132f836323aaf2879e04abc9d4056db248a2;hp=e64e1db0465e9bf2ef7ad111b5a8b6f8ec350bd8;hpb=90a3363ce7c017439e9953fd5e832fbef8db0dd5;p=platform%2Fupstream%2Fgettext.git diff --git a/gnulib-local/lib/obstack.h.diff b/gnulib-local/lib/obstack.h.diff index e64e1db..ae294b5 100644 --- a/gnulib-local/lib/obstack.h.diff +++ b/gnulib-local/lib/obstack.h.diff @@ -7,7 +7,7 @@ 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. */ + /* 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. @@ -18,7 +18,7 @@ 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. */ + /* 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.