/[global]/global/htags/htags.c
ViewVC logotype

Diff of /global/htags/htags.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.51 by shigio, Wed Apr 6 09:06:44 2005 UTC revision 1.52 by shigio, Thu Apr 7 06:09:20 2005 UTC
# Line 245  static struct option const long_options[ Line 245  static struct option const long_options[
245  };  };
246    
247  static void  static void
248  usage()  usage(void)
249  {  {
250          if (!qflag)          if (!qflag)
251                  fputs(usage_const, stderr);                  fputs(usage_const, stderr);
252          exit(2);          exit(2);
253  }  }
254  static void  static void
255  help()  help(void)
256  {  {
257          fputs(usage_const, stdout);          fputs(usage_const, stdout);
258          fputs(help_const, stdout);          fputs(help_const, stdout);
# Line 262  help() Line 262  help()
262   * Htags catch signal even if the parent ignore it.   * Htags catch signal even if the parent ignore it.
263   */   */
264  void  void
265  clean()  clean(void)
266  {  {
267          unload_gpath();          unload_gpath();
268          cache_close();          cache_close();
# Line 286  suddenly(signo) Line 286  suddenly(signo)
286   * Setup signal hander.   * Setup signal hander.
287   */   */
288  static void  static void
289  signal_setup()  signal_setup(void)
290  {  {
291          signal(SIGINT, suddenly);          signal(SIGINT, suddenly);
292          signal(SIGTERM, suddenly);          signal(SIGTERM, suddenly);
# Line 937  makecommonpart(title, defines, files) Line 937  makecommonpart(title, defines, files)
937   * basic check.   * basic check.
938   */   */
939  static void  static void
940  basic_check()  basic_check(void)
941  {  {
942          char *p;          char *p;
943    

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26