*** indent-2.2.9.mod/src/indent.h	2007-08-22 09:41:40.000000000 -0700
--- indent-2.2.9/src/indent.h	2002-11-10 13:02:48.000000000 -0800
***************
*** 254,260 ****
      int brace_indent; /* number of spaces to indent braces from the suround if, while, etc. in -bl
                         * (bype_2 == 0) code */
      int expect_output_file;  /* Means "-o" was specified. */
-     int indent_after_extern_c; /* when true, 'extern "C" {' will cause subsequent code to be indented */
  } user_options_ty;
  
  extern user_options_ty settings;
--- 254,259 ----
***************
*** 371,378 ****
                                     * middle of a stmt */
      int last_u_d;                 /* set to true after scanning a token which
                                     * forces a following operator to be unary */
-     int last_extern_c;            /* set to true if the last thing scanned was
-                                    * 'extern "C"' */
      int p_l_follow;               /* used to remember how to indent following
                                     * statement */
      int paren_level;              /* parenthesization level. used to indent
--- 370,375 ----
