Thread

  1. Re: [HACKERS] Current 6.3 issues

    Tatsuo Ishii <t-ishii@sra.co.jp> — 1998-03-05T01:41:18Z

    >Yes, you're right. This should be changed in ecpg.c, too. Could you please
    >submit a patch for a version that works for you?
    
    Here it is.
    --
    Tatsuo Ishii
    t-ishii@sra.co.jp
    --------------------------- cut here ---------------------------
    *** ecpg.c.orig	Fri Feb 27 21:59:06 1998
    --- ecpg.c	Thu Mar  5 10:36:10 1998
    ***************
    *** 9,14 ****
    --- 9,16 ----
      #include <getopt.h>
      #else
      #include <unistd.h>
    + extern int optind;
    + extern char *optarg;
      #endif
      #include <stdlib.h>
      #if defined(HAVE_STRING_H)