This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Refactor expansion of -D and -I specs



On May 22, 2004, at 6:05 AM, Paolo Bonzini wrote:


+ static void do_spec_path (struct prefix_list *, const char *, int, int, int, const char *, const char *);

greater than 80 columns...


*** 4361,4366 ****
--- 4367,4473 ----
      }
  }

+ void
+ do_spec_path (struct prefix_list *pl, const char *option,
+ 	      int omit_if_relative, int separate_options,
+ 	      int only_subdir,
+ 	      const char *dir_for_machine_suffix,
+ 	      const char *dir_for_no_suffix)

brief comment before function definition is useful


--
Devang


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]