Patch makeinfo.c correct braces in initailisation

grahams@rcp.co.uk grahams@rcp.co.uk
Thu Feb 26 06:17:00 GMT 1998


* makeinfo.c : correct braces in initailisation of CommandTable[]

*** egcs-980221/texinfo/makeinfo/makeinfo.c Thu Feb 26 12:37:56 1998
 --- egcs-980221.orig/texinfo/makeinfo/makeinfo.c Fri Dec  5 22:13:17 1997
*************** static COMMAND CommandTable[] = {
*** 782,789 ****
    { "infoinclude", cm_obsolete, NO_BRACE_ARGS },
    { "titlespec", cm_obsolete, NO_BRACE_ARGS },
    

!   {(char *) NULL, (COMMAND_FUNCTION *) NULL, NO_BRACE_ARGS}
! };
    

  struct option long_options[] =
  {
 --- 782,788 ----
    { "infoinclude", cm_obsolete, NO_BRACE_ARGS },
    { "titlespec", cm_obsolete, NO_BRACE_ARGS },
    

!   {(char *) NULL, (COMMAND_FUNCTION *) NULL}, NO_BRACE_ARGS};
    

  struct option long_options[] =
  {




More information about the Gcc-bugs mailing list