Imported Upstream version 0.18.3.2
[platform/upstream/gettext.git] / gnulib-local / lib / obstack.h.diff
index e64e1db..ae294b5 100644 (file)
@@ -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;
   \f
   /* 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;
   \f
   /* Pointer to beginning of object being allocated or to be allocated next.