*** indent-2.2.9.mod/src/args.c	2007-08-22 09:33:50.000000000 -0700
--- indent-2.2.9/src/args.c	2002-11-10 13:02:48.000000000 -0800
***************
*** 149,155 ****
  static int exp_ut   = 0;
  static int exp_v    = 0;
  static int exp_version = 0;
- static int exp_iaec = 0;
  
  /* The following structure is controlled by command line parameters and
   * their meaning is explained in indent.h.  */
--- 149,154 ----
***************
*** 297,304 ****
      {"bacc",    PRO_BOOL,                           false,       ON, &settings.blanklines_around_conditional_compilation, &exp_bacc},
      {"T",       PRO_KEY,                                0, ONOFF_NA, 0,                                          &exp_T},
      {"ppi",     PRO_INT,                                0, ONOFF_NA, &settings.force_preproc_width,              &exp_ppi},
-     {"niaec",   PRO_BOOL,                            true,      OFF, &settings.indent_after_extern_c,            &exp_iaec},
-     {"iaec",    PRO_BOOL,                           false,       ON, &settings.indent_after_extern_c,            &exp_iaec},
      /* Signify end of structure.  */
      {0,         PRO_IGN,                                0, ONOFF_NA, 0,                                          0}
  };
--- 296,301 ----
***************
*** 413,420 ****
      {"bacc",    PRO_BOOL,                           false,       ON, &settings.blanklines_around_conditional_compilation, &exp_bacc},
      {"T",       PRO_KEY,                                0, ONOFF_NA, 0,                                          &exp_T},
      {"ppi",     PRO_INT,                                0, ONOFF_NA, &settings.force_preproc_width,              &exp_ppi},
-     {"niaec",   PRO_BOOL,                            true,      OFF, &settings.indent_after_extern_c,            &exp_iaec},
-     {"iaec",    PRO_BOOL,                           false,       ON, &settings.indent_after_extern_c,            &exp_iaec},
      /* Signify end of structure.  */
      {0,         PRO_IGN,                                0, ONOFF_NA, 0,                                          0}
  };
--- 410,415 ----
***************
*** 540,547 ****
      {"berkeley",                                    "orig"},
      {"Bill-Shannon",                                "bs"},
      {"preprocessor-indentation",                    "ppi"},
-     {"dont-indent-after-extern-c",                  "niaec"},
-     {"indent-after-extern-c",                       "iaec"},
      {0,                                             0},
  };
  
--- 535,540 ----
