Mercurial > emacs
comparison lib-src/ebrowse.c @ 112239:fd7837a29da3
merge emacs-23
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 04 Jan 2011 15:57:54 +0900 |
parents | 794f724ca655 |
children | 40af77a50adc |
comparison
equal
deleted
inserted
replaced
112083:0f72a721050c | 112239:fd7837a29da3 |
---|---|
1 /* ebrowse.c --- parsing files for the ebrowse C++ browser | 1 /* ebrowse.c --- parsing files for the ebrowse C++ browser |
2 | 2 |
3 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, | 3 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, |
4 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 4 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
5 Free Software Foundation, Inc. | 5 Free Software Foundation, Inc. |
6 | 6 |
7 This file is part of GNU Emacs. | 7 This file is part of GNU Emacs. |
8 | 8 |
9 GNU Emacs is free software: you can redistribute it and/or modify | 9 GNU Emacs is free software: you can redistribute it and/or modify |
10 it under the terms of the GNU General Public License as published by | 10 it under the terms of the GNU General Public License as published by |
3683 | 3683 |
3684 void | 3684 void |
3685 version () | 3685 version () |
3686 { | 3686 { |
3687 /* Makes it easier to update automatically. */ | 3687 /* Makes it easier to update automatically. */ |
3688 char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc."; | 3688 char emacs_copyright[] = "Copyright (C) 2011 Free Software Foundation, Inc."; |
3689 | 3689 |
3690 printf ("ebrowse %s\n", VERSION); | 3690 printf ("ebrowse %s\n", VERSION); |
3691 puts (emacs_copyright); | 3691 puts (emacs_copyright); |
3692 puts ("This program is distributed under the same terms as Emacs."); | 3692 puts ("This program is distributed under the same terms as Emacs."); |
3693 exit (EXIT_SUCCESS); | 3693 exit (EXIT_SUCCESS); |
3987 fclose (yyout); | 3987 fclose (yyout); |
3988 | 3988 |
3989 return EXIT_SUCCESS; | 3989 return EXIT_SUCCESS; |
3990 } | 3990 } |
3991 | 3991 |
3992 /* arch-tag: fc03b4bc-91a9-4c3d-b3b9-12a77fa86dd8 | |
3993 (do not change this comment) */ | |
3994 | |
3995 /* ebrowse.c ends here */ | 3992 /* ebrowse.c ends here */ |