/[m4]/m4/src/main.c
ViewVC logotype

Diff of /m4/src/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by akim, Sat Oct 13 08:56:48 2001 UTC revision 1.32 by akim, Fri Oct 19 15:35:11 2001 UTC
# Line 71  static void Line 71  static void
71  stackovf_handler (void)  stackovf_handler (void)
72  {  {
73    M4ERROR ((EXIT_FAILURE, 0,    M4ERROR ((EXIT_FAILURE, 0,
74              _("ERROR: Stack overflow.  (Infinite define recursion?)")));              _("Stack overflow.  (Infinite define recursion?)")));
75  }  }
76    
77  #endif /* USE_STACKOV */  #endif /* USE_STACKOV */
# Line 304  main (int argc, char *const *argv, char Line 304  main (int argc, char *const *argv, char
304              const char *dlerr = lt_dlerror();              const char *dlerr = lt_dlerror();
305              if (dlerr == NULL)              if (dlerr == NULL)
306                M4ERROR ((EXIT_FAILURE, 0,                M4ERROR ((EXIT_FAILURE, 0,
307                          _("ERROR: failed to add search directory `%s'"),                          _("failed to add search directory `%s'"),
308                          optarg));                          optarg));
309              else              else
310                M4ERROR ((EXIT_FAILURE, 0,                M4ERROR ((EXIT_FAILURE, 0,
311                          _("ERROR: failed to add search directory `%s': %s"),                          _("failed to add search directory `%s': %s"),
312                          optarg, dlerr));                          optarg, dlerr));
313            }            }
314          break;          break;

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26